mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
Don't do any merging if manageDSAit was used
Just passthru search to local DB
This commit is contained in:
parent
b22a614224
commit
33e12f4de3
1 changed files with 3 additions and 0 deletions
|
|
@ -1070,6 +1070,9 @@ static int translucent_search(Operation *op, SlapReply *rs) {
|
|||
struct berval fbv;
|
||||
int rc = 0;
|
||||
|
||||
if ( op->o_managedsait > SLAP_CONTROL_IGNORED )
|
||||
return SLAP_CB_CONTINUE;
|
||||
|
||||
Debug(LDAP_DEBUG_TRACE, "==> translucent_search: <%s> %s\n",
|
||||
op->o_req_dn.bv_val, op->ors_filterstr.bv_val, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue