mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS3693: fix of authPasswordSchemes for whom ever ends up implementing this
This commit is contained in:
parent
efe91e52f4
commit
0ad446f014
@ -969,7 +969,7 @@ static struct slap_schema_ad_map {
|
||||
subschemaAttribute, 0,
|
||||
NULL, NULL,
|
||||
NULL, NULL, NULL, NULL, NULL,
|
||||
offsetof(struct slap_internal_schema, si_ad_authPassword) },
|
||||
offsetof(struct slap_internal_schema, si_ad_authPasswordSchemes) },
|
||||
#endif
|
||||
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
|
||||
{ "krbName", "( 1.3.6.1.4.1.250.1.32 "
|
||||
|
@ -888,6 +888,7 @@ struct slap_internal_schema {
|
||||
AttributeDescription *si_ad_labeledURI;
|
||||
#ifdef SLAPD_AUTHPASSWD
|
||||
AttributeDescription *si_ad_authPassword;
|
||||
AttributeDescription *si_ad_authPasswordSchemes;
|
||||
#endif
|
||||
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
|
||||
AttributeDescription *si_ad_krbName;
|
||||
|
Loading…
Reference in New Issue
Block a user