krbName may be useful without old k4bind

This commit is contained in:
Kurt Zeilenga 2004-08-30 22:28:21 +00:00
parent 4d1e5d90a5
commit efbef99de7

View File

@ -937,7 +937,6 @@ static struct slap_schema_ad_map {
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
offsetof(struct slap_internal_schema, si_ad_authPassword) }, offsetof(struct slap_internal_schema, si_ad_authPassword) },
#endif #endif
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
{ "krbName", "( 1.3.6.1.4.1.250.1.32 " { "krbName", "( 1.3.6.1.4.1.250.1.32 "
"NAME ( 'krbName' 'kerberosName' ) " "NAME ( 'krbName' 'kerberosName' ) "
"DESC 'Kerberos principal associated with object' " "DESC 'Kerberos principal associated with object' "
@ -948,7 +947,6 @@ static struct slap_schema_ad_map {
NULL, NULL, NULL, NULL,
NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL,
offsetof(struct slap_internal_schema, si_ad_krbName) }, offsetof(struct slap_internal_schema, si_ad_krbName) },
#endif
{ NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0 } { NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0 }
}; };