From: Kurt Zeilenga Date: Sat, 27 Jul 2002 06:08:51 +0000 (+0000) Subject: Improve schema error messages X-Git-Tag: NO_SLAP_OP_BLOCKS~1310 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f9b89b4afc2f8fc68ab3f2d1122c92ec53db926;p=openldap Improve schema error messages --- diff --git a/servers/slapd/schemaparse.c b/servers/slapd/schemaparse.c index 1f9138753b..ffbf47dc22 100644 --- a/servers/slapd/schemaparse.c +++ b/servers/slapd/schemaparse.c @@ -25,8 +25,8 @@ static char *const err2text[] = { "Success", "Out of memory", "ObjectClass not found", - "ObjectClass inappropriate SUPerior", - "ObjectClass operational", + "user-defined ObjectClass has inappropriate SUPerior", + "user-defined ObjectClass includes operational attributes", "Duplicate objectClass", "AttributeType not found", "AttributeType inappropriate USAGE",