mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 03:59:34 -05:00
Accept unknown object classes
This commit is contained in:
parent
4a5e2febed
commit
19d82f676d
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue