]> git.sur5r.net Git - openldap/commitdiff
Return other.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 27 Aug 2002 05:51:35 +0000 (05:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 27 Aug 2002 05:51:35 +0000 (05:51 +0000)
servers/slapd/schema_check.c

index b53cd45353e4e35fcdc08211f17835a1537290f9..124b9a12bfba972c05418856623ba7bf21a41827 100644 (file)
@@ -152,7 +152,7 @@ entry_schema_check(
                        e->e_dn, textbuf, 0 );
 #endif
 
-               return LDAP_OBJECT_CLASS_VIOLATION;
+               return LDAP_OTHER;
        }
 
        /* find the object class attribute */
@@ -189,7 +189,7 @@ entry_schema_check(
 
        } else if ( sc != oc ) {
                snprintf( textbuf, textlen, 
-                       "structuralObjectClass modification from '%s' to '%s' not allowed",
+                       "structural object class modification from '%s' to '%s' not allowed",
                        asc->a_vals[0].bv_val, nsc.bv_val );
                return LDAP_NO_OBJECT_CLASS_MODS;
        }