mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Accept unknown object classes
This commit is contained in:
parent
4a5e2febed
commit
19d82f676d
@ -45,7 +45,6 @@ oc_schema_check( Entry *e )
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"Objectclass \"%s\" not defined",
|
||||
aoc->a_vals[i]->bv_val, 0, 0 );
|
||||
ret = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user