mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
More for prev commit
This commit is contained in:
parent
79bbf05c5a
commit
46c07bbfb5
1 changed files with 1 additions and 1 deletions
|
|
@ -1175,7 +1175,7 @@ autogroup_response( Operation *op, SlapReply *rs )
|
|||
etmp.e_nname = op->o_req_ndn;
|
||||
etmp.e_attrs = attrs;
|
||||
for ( agf = age->age_filter; agf; agf = agf->agf_next ) {
|
||||
if ( test_filter( op, e, agf->agf_filter ) == LDAP_COMPARE_TRUE ) {
|
||||
if ( test_filter( op, &etmp, agf->agf_filter ) == LDAP_COMPARE_TRUE ) {
|
||||
if ( ea ) {
|
||||
autogroup_add_member_values_to_group( op, &new_dn, age, ea );
|
||||
} else
|
||||
|
|
|
|||
Loading…
Reference in a new issue