mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08: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
@ -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 New Issue
Block a user