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

krbName may be useful without old k4bind

parent 4d1e5d90
Branches
Tags
No related merge requests found
......@@ -937,7 +937,6 @@ static struct slap_schema_ad_map {
NULL, NULL, NULL, NULL, NULL,
offsetof(struct slap_internal_schema, si_ad_authPassword) },
#endif
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
{ "krbName", "( 1.3.6.1.4.1.250.1.32 "
"NAME ( 'krbName' 'kerberosName' ) "
"DESC 'Kerberos principal associated with object' "
......@@ -948,7 +947,6 @@ static struct slap_schema_ad_map {
NULL, NULL,
NULL, NULL, NULL, NULL, NULL,
offsetof(struct slap_internal_schema, si_ad_krbName) },
#endif
{ NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0 }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment