1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

updated winbindd to used paged ldap searches for all ldap queries

(This used to be commit 41e1560798b7eb19575b0d97a5e489eb170bcfd5)
This commit is contained in:
Andrew Tridgell 2002-03-19 22:15:32 +00:00
parent b462700e53
commit 7b50eef89e

View File

@ -48,7 +48,7 @@ ADS_STATUS ads_do_search_retry(ADS_STRUCT *ads, const char *bind_path, int scope
bp = strdup(bind_path);
while (count--) {
status = ads_do_search(ads, bp, scope, exp, attrs, res);
status = ads_do_search_all(ads, bp, scope, exp, attrs, res);
if (ADS_ERR_OK(status)) {
DEBUG(5,("Search for %s gave %d replies\n",
exp, ads_count_replies(ads, *res)));