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
ingo Voss
OpenLDAP
Commits
c3a18a98
Commit
c3a18a98
authored
Jun 08, 2002
by
Kurt Zeilenga
Browse files
Sync with HEAD
parent
b3a144f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-perl/modify.c
View file @
c3a18a98
...
@@ -69,7 +69,7 @@ perl_back_modify(
...
@@ -69,7 +69,7 @@ perl_back_modify(
}
}
XPUSHs
(
sv_2mortal
(
newSVpv
(
mods
->
sm_
typ
e
.
bv_val
,
0
)));
XPUSHs
(
sv_2mortal
(
newSVpv
(
mods
->
sm_
desc
.
ad_cnam
e
.
bv_val
,
0
)));
for
(
i
=
0
;
for
(
i
=
0
;
mods
->
sm_bvalues
!=
NULL
&&
mods
->
sm_bvalues
[
i
].
bv_val
!=
NULL
;
mods
->
sm_bvalues
!=
NULL
&&
mods
->
sm_bvalues
[
i
].
bv_val
!=
NULL
;
...
...
servers/slapd/schema_prep.c
View file @
c3a18a98
...
@@ -488,7 +488,7 @@ static struct slap_schema_ad_map {
...
@@ -488,7 +488,7 @@ static struct slap_schema_ad_map {
"DESC 'RFC2256/2307: password of user' "
"DESC 'RFC2256/2307: password of user' "
"EQUALITY octetStringMatch "
"EQUALITY octetStringMatch "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.40{128} )"
,
"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
)
},
offsetof
(
struct
slap_internal_schema
,
si_ad_userPassword
)
},
#ifdef SLAPD_AUTHPASSWD
#ifdef SLAPD_AUTHPASSWD
...
@@ -497,7 +497,7 @@ static struct slap_schema_ad_map {
...
@@ -497,7 +497,7 @@ static struct slap_schema_ad_map {
"DESC 'RFC3112: authentication password attribute' "
"DESC 'RFC3112: authentication password attribute' "
"EQUALITY 1.3.6.1.4.1.4203.1.2.2 "
"EQUALITY 1.3.6.1.4.1.4203.1.2.2 "
"SYNTAX 1.3.6.1.4.1.4203.1.1.2 )"
,
"SYNTAX 1.3.6.1.4.1.4203.1.1.2 )"
,
NULL
,
SLAP_AT_FINAL
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_authPassword
)
},
offsetof
(
struct
slap_internal_schema
,
si_ad_authPassword
)
},
{
"supportedAuthPasswordSchemes"
,
"( 1.3.6.1.4.1.4203.1.3.3 "
{
"supportedAuthPasswordSchemes"
,
"( 1.3.6.1.4.1.4203.1.3.3 "
...
@@ -511,7 +511,7 @@ static struct slap_schema_ad_map {
...
@@ -511,7 +511,7 @@ static struct slap_schema_ad_map {
#endif
#endif
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
{
"krbName"
,
NULL
,
{
"krbName"
,
NULL
,
NULL
,
SLAP_AT_FINAL
,
NULL
,
NULL
,
NULL
,
NULL
,
0
,
NULL
,
NULL
,
NULL
,
offsetof
(
struct
slap_internal_schema
,
si_ad_krbName
)
},
offsetof
(
struct
slap_internal_schema
,
si_ad_krbName
)
},
#endif
#endif
...
...
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