This commit is contained in:
Mark Valence 2000-06-14 23:28:28 +00:00
parent 7694c22528
commit ba044208a6

View File

@ -123,7 +123,7 @@ ldbm_back_group(
bv.bv_val = (char *) op_ndn;
bv.bv_len = strlen( op_ndn );
if( value_find( group_at, attr->a_vals, &bv ) == 0 ) {
if( value_find( group_at, attr->a_vals, &bv ) != LDAP_SUCCESS ) {
Debug( LDAP_DEBUG_ACL,
"<= ldbm_back_group: \"%s\" not in \"%s\": %s\n",
op_ndn, gr_ndn, group_at_name );