]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Thu, 18 Aug 2005 12:50:48 +0000 (12:50 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 18 Aug 2005 12:50:48 +0000 (12:50 +0000)
servers/slapd/schema_prep.c

index ac81a92017eff971819befd16e0f8bac21a3ed8c..03bca79b8b43f8fbef6b087187e8a1457c63340e 100644 (file)
@@ -1028,9 +1028,9 @@ static struct slap_schema_ad_map {
 };
 
 static AttributeType slap_at_undefined = {
-       { "1.1.1", NULL, NULL, 1, NULL,
+       { "1.1.1", NULL, "Catchall for undefined attribute types", 1, NULL,
                NULL, NULL, NULL, NULL,
-               0, 0, 0, 1, 3, NULL }, /* LDAPAttributeType */
+               0, 0, 0, 1, LDAP_SCHEMA_DSA_OPERATION, NULL }, /* LDAPAttributeType */
        BER_BVC("UNDEFINED"), /* cname */
        NULL, /* sup */
        NULL, /* subtypes */