mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#10230 slapo-memberof: fix addcheck search to omit dynamic values
This commit is contained in:
parent
0f521e636b
commit
f1b921783b
@ -574,6 +574,7 @@ memberof_addcheck( Operation *op )
|
||||
o.o_req_dn = op->o_bd->be_suffix[0];
|
||||
o.o_req_ndn = op->o_bd->be_nsuffix[0];
|
||||
o.o_do_not_cache = 1;
|
||||
o.o_managedsait = SLAP_CONTROL_CRITICAL;
|
||||
o.ors_scope = LDAP_SCOPE_SUBTREE;
|
||||
o.ors_slimit = SLAP_NO_LIMIT;
|
||||
o.ors_tlimit = SLAP_NO_LIMIT;
|
||||
|
Loading…
Reference in New Issue
Block a user