Don't do any merging if manageDSAit was used

Just passthru search to local DB
This commit is contained in:
Howard Chu 2014-05-27 18:12:49 -07:00
parent b22a614224
commit 33e12f4de3

View File

@ -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);