mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
ITS#6916 unique: internal ops shouldn't have user's controls
This commit is contained in:
parent
d73ce9b3ce
commit
4bd6a6d49d
@ -996,6 +996,7 @@ unique_search(
|
||||
nop->ors_tlimit = SLAP_NO_LIMIT;
|
||||
nop->ors_attrs = slap_anlist_no_attrs;
|
||||
nop->ors_attrsonly = 1;
|
||||
memset( nop->o_ctrlflag, 0, sizeof( nop->o_ctrlflag ));
|
||||
|
||||
uq.ndn = &op->o_req_ndn;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user