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
openldap
OpenLDAP
Commits
077aea81
Commit
077aea81
authored
Jun 14, 2002
by
Howard Chu
Browse files
Fix OID clash in previous commit
parent
07a34489
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_prep.c
View file @
077aea81
...
@@ -478,7 +478,7 @@ static struct slap_schema_ad_map {
...
@@ -478,7 +478,7 @@ static struct slap_schema_ad_map {
"SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )"
,
"SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )"
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_children
)
},
offsetof
(
struct
slap_internal_schema
,
si_ad_children
)
},
{
"saslAuthzTo"
,
"( 1.3.6.1.4.1.4203.1.3.
3
"
{
"saslAuthzTo"
,
"( 1.3.6.1.4.1.4203.1.3.
6
"
"NAME 'saslAuthzTo' "
"NAME 'saslAuthzTo' "
"DESC 'SASL proxy authorization targets' "
"DESC 'SASL proxy authorization targets' "
"EQUALITY caseExactMatch "
"EQUALITY caseExactMatch "
...
@@ -486,7 +486,7 @@ static struct slap_schema_ad_map {
...
@@ -486,7 +486,7 @@ static struct slap_schema_ad_map {
"USAGE dSAOperation )"
,
"USAGE dSAOperation )"
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_saslAuthzTo
)
},
offsetof
(
struct
slap_internal_schema
,
si_ad_saslAuthzTo
)
},
{
"saslAuthzFrom"
,
"( 1.3.6.1.4.1.4203.1.3.
4
"
{
"saslAuthzFrom"
,
"( 1.3.6.1.4.1.4203.1.3.
7
"
"NAME 'saslAuthzFrom' "
"NAME 'saslAuthzFrom' "
"DESC 'SASL proxy authorization sources' "
"DESC 'SASL proxy authorization sources' "
"EQUALITY caseExactMatch "
"EQUALITY caseExactMatch "
...
...
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