mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-15 08:37:48 -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_nname = op->o_req_ndn;
|
||||||
etmp.e_attrs = attrs;
|
etmp.e_attrs = attrs;
|
||||||
for ( agf = age->age_filter; agf; agf = agf->agf_next ) {
|
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 ) {
|
if ( ea ) {
|
||||||
autogroup_add_member_values_to_group( op, &new_dn, age, ea );
|
autogroup_add_member_values_to_group( op, &new_dn, age, ea );
|
||||||
} else
|
} else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue