From: Kurt Zeilenga Date: Fri, 6 Sep 2002 03:37:38 +0000 (+0000) Subject: inappropriate matchingrule checks X-Git-Tag: OPENLDAP_REL_ENG_2_1_5~48 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5b0517ec6a75658543f05f6da1e41b7ac9f644b2;p=openldap inappropriate matchingrule checks --- diff --git a/servers/slapd/schemaparse.c b/servers/slapd/schemaparse.c index ffbf47dc22..cb5fca8f82 100644 --- a/servers/slapd/schemaparse.c +++ b/servers/slapd/schemaparse.c @@ -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",