diff --git a/servers/slapd/back-ldap/search.c b/servers/slapd/back-ldap/search.c index b3a68b3141..480344415e 100644 --- a/servers/slapd/back-ldap/search.c +++ b/servers/slapd/back-ldap/search.c @@ -930,7 +930,7 @@ retry: /* TODO: timeout? */ rc = ldap_pvt_search_s( lc->lc_ld, ndn->bv_val, LDAP_SCOPE_BASE, filter, attrp, 0, ctrls, NULL, - NULL, LDAP_NO_LIMIT, op->ors_deref, &result ); + NULL, LDAP_NO_LIMIT, 0, &result ); if ( rc != LDAP_SUCCESS ) { if ( rc == LDAP_SERVER_DOWN && do_retry ) { do_retry = 0;