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
964d1fdd
Commit
964d1fdd
authored
Jun 07, 2002
by
Kurt Zeilenga
Browse files
userPassword/authPassword can be safely subtyped (though I wouldn't
recommend it).
parent
70092b38
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_prep.c
View file @
964d1fdd
...
...
@@ -526,7 +526,7 @@ static struct slap_schema_ad_map {
"DESC 'RFC2256/2307: password of user' "
"EQUALITY octetStringMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )"
,
NULL
,
SLAP_AT_FINAL
,
NULL
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_userPassword
)
},
#ifdef SLAPD_AUTHPASSWD
...
...
@@ -535,7 +535,7 @@ static struct slap_schema_ad_map {
"DESC 'RFC3112: authentication password attribute' "
"EQUALITY 1.3.6.1.4.1.4203.1.2.2 "
"SYNTAX 1.3.6.1.4.1.4203.1.1.2 )"
,
NULL
,
SLAP_AT_FINAL
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_authPassword
)
},
{
"supportedAuthPasswordSchemes"
,
"( 1.3.6.1.4.1.4203.1.3.3 "
...
...
@@ -549,7 +549,7 @@ static struct slap_schema_ad_map {
#endif
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
{
"krbName"
,
NULL
,
NULL
,
SLAP_AT_FINAL
,
NULL
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_krbName
)
},
#endif
...
...
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