]> git.sur5r.net Git - openldap/commitdiff
On second thought, reverse that commit.
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Aug 2004 22:33:18 +0000 (22:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Aug 2004 22:33:18 +0000 (22:33 +0000)
Rather not promote use of the old schema.

servers/slapd/schema_prep.c

index b141dec31ff795f050256eca5a94432a30572d0c..e1c09e1daa8a757e951e77b2688e381324e7781d 100644 (file)
@@ -937,6 +937,7 @@ 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' "
@@ -947,6 +948,7 @@ 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 }
 };