Skip to content
Snippets Groups Projects
Commit 433eb54d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

no structuralObjectClass is not a schema violation, but an

internal error.  It *should* have been added.
parent 11236eae
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment