mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
don't treat undefined oc as extensibleObject
This commit is contained in:
parent
c061aaa81c
commit
79b31f63c2
@ -311,11 +311,13 @@ oc_check_allowed( char *type, struct berval **ocl )
|
||||
}
|
||||
/* maybe the next oc allows it */
|
||||
|
||||
#ifdef OC_UNDEFINED_IMPLES_EXTENSIBLE
|
||||
/* we don't know about the oc. assume it allows it */
|
||||
} else {
|
||||
if ( t != type )
|
||||
ldap_memfree( t );
|
||||
return( 0 );
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user