]> git.sur5r.net Git - openldap/commitdiff
inappropriate matchingrule checks
authorKurt Zeilenga <kurt@openldap.org>
Fri, 6 Sep 2002 03:37:38 +0000 (03:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 6 Sep 2002 03:37:38 +0000 (03:37 +0000)
servers/slapd/schemaparse.c

index ffbf47dc22d3f2d2ff26c5c1c7e8d4f9da4eb03c..cb5fca8f82d05f7f792ed66f1593ad4f05594dfc 100644 (file)
@@ -25,18 +25,19 @@ static char *const err2text[] = {
        "Success",
        "Out of memory",
        "ObjectClass not found",
-       "user-defined ObjectClass has inappropriate SUPerior",
        "user-defined ObjectClass includes operational attributes",
+       "user-defined ObjectClass has inappropriate SUPerior",
        "Duplicate objectClass",
        "AttributeType not found",
+       "AttributeType inappropriate matching rule",
        "AttributeType inappropriate USAGE",
        "AttributeType inappropriate SUPerior",
        "AttributeType SYNTAX or SUPerior required",
        "Duplicate attributeType",
        "MatchingRule not found",
+       "MatchingRule incomplete",
        "Duplicate matchingRule",
        "Syntax not found",
-       "Syntax required",
        "Duplicate ldapSyntax",
        "OID or name required",
        "Qualifier not supported",