]> git.sur5r.net Git - openldap/commitdiff
krbName may be useful without old k4bind
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Aug 2004 22:28:21 +0000 (22:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Aug 2004 22:28:21 +0000 (22:28 +0000)
servers/slapd/schema_prep.c

index e1c09e1daa8a757e951e77b2688e381324e7781d..b141dec31ff795f050256eca5a94432a30572d0c 100644 (file)
@@ -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 }
 };