Skip to content
Snippets Groups Projects
Commit 0ad446f0 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

ITS3693: fix of authPasswordSchemes for whom ever ends up implementing this

parent efe91e52
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment