Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
3b695bc6
Commit
3b695bc6
authored
Jun 14, 2002
by
Kurt Zeilenga
Browse files
Use experimental OIDs for saslAuth attributes and hide 'em
make the usage distributedOperation
parent
077aea81
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_prep.c
View file @
3b695bc6
...
...
@@ -478,21 +478,21 @@ static struct slap_schema_ad_map {
"SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )"
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_children
)
},
{
"saslAuthzTo"
,
"( 1.3.6.1.4.1.4203.
1.3.6
"
{
"saslAuthzTo"
,
"( 1.3.6.1.4.1.4203.
666.1.8
"
"NAME 'saslAuthzTo' "
"DESC 'SASL proxy authorization targets' "
"EQUALITY caseExactMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 "
"USAGE d
SA
Operation )"
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
"USAGE d
istributed
Operation )"
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_saslAuthzTo
)
},
{
"saslAuthzFrom"
,
"( 1.3.6.1.4.1.4203.
1.3.7
"
{
"saslAuthzFrom"
,
"( 1.3.6.1.4.1.4203.
666.1.9
"
"NAME 'saslAuthzFrom' "
"DESC 'SASL proxy authorization sources' "
"EQUALITY caseExactMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 "
"USAGE d
SA
Operation )"
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
"USAGE d
istributed
Operation )"
,
NULL
,
SLAP_AT_HIDE
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_saslAuthzFrom
)
},
#ifdef SLAPD_ACI_ENABLED
{
"OpenLDAPaci"
,
"( 1.3.6.1.4.1.4203.666.1.5 "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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