mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 08:23:35 -05:00
no structuralObjectClass is not a schema violation, but an
internal error. It *should* have been added.
This commit is contained in:
parent
11236eae56
commit
433eb54dc7
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ entry_schema_check(
|
|||
#endif
|
||||
|
||||
*text = "no structuralObjectClass operational attribute";
|
||||
return LDAP_OBJECT_CLASS_VIOLATION;
|
||||
return LDAP_OTHER;
|
||||
}
|
||||
|
||||
assert( asc->a_vals != NULL );
|
||||
|
|
|
|||
Loading…
Reference in a new issue