Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
17521c76
Commit
17521c76
authored
Jan 16, 2013
by
Michael Ströder
Committed by
Quanah Gibson-Mount
Jan 26, 2013
Browse files
s/directoryOperation/dSAOperation/ (ITS
#7493
)
parent
94472d14
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/slapd-modules/allowed/allowed.c
View file @
17521c76
...
...
@@ -73,7 +73,7 @@ static struct {
/* added by me :) */
"DESC 'Child classes allowed for a given object' "
"NO-USER-MODIFICATION "
"USAGE d
irectory
Operation )"
,
&
ad_allowedChildClasses
},
"USAGE d
SA
Operation )"
,
&
ad_allowedChildClasses
},
{
"( "
AA_SCHEMA_AT
".912 "
"NAME 'allowedChildClassesEffective' "
"EQUALITY objectIdentifierMatch "
...
...
@@ -81,7 +81,7 @@ static struct {
/* added by me :) */
"DESC 'Child classes allowed for a given object according to ACLs' "
"NO-USER-MODIFICATION "
"USAGE d
irectory
Operation )"
,
&
ad_allowedChildClassesEffective
},
"USAGE d
SA
Operation )"
,
&
ad_allowedChildClassesEffective
},
{
"( "
AA_SCHEMA_AT
".913 "
"NAME 'allowedAttributes' "
"EQUALITY objectIdentifierMatch "
...
...
@@ -89,7 +89,7 @@ static struct {
/* added by me :) */
"DESC 'Attributes allowed for a given object' "
"NO-USER-MODIFICATION "
"USAGE d
irectory
Operation )"
,
&
ad_allowedAttributes
},
"USAGE d
SA
Operation )"
,
&
ad_allowedAttributes
},
{
"( "
AA_SCHEMA_AT
".914 "
"NAME 'allowedAttributesEffective' "
"EQUALITY objectIdentifierMatch "
...
...
@@ -97,7 +97,7 @@ static struct {
/* added by me :) */
"DESC 'Attributes allowed for a given object according to ACLs' "
"NO-USER-MODIFICATION "
"USAGE d
irectory
Operation )"
,
&
ad_allowedAttributesEffective
},
"USAGE d
SA
Operation )"
,
&
ad_allowedAttributesEffective
},
/* TODO: add objectClass stuff? */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment