mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix OC check.
This commit is contained in:
parent
0c6b9ce2dd
commit
7694c22528
@ -102,7 +102,7 @@ ldbm_back_group(
|
||||
goto return_results;
|
||||
}
|
||||
|
||||
if( is_entry_objectclass( e, group_oc ) ) {
|
||||
if( !is_entry_objectclass( e, group_oc ) ) {
|
||||
Debug( LDAP_DEBUG_ACL,
|
||||
"<= ldbm_back_group: failed to find %s in objectClass\n",
|
||||
group_oc_name, 0, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user