revert retry loops in winbindd_ads as abartket points out, we
authorGerald Carter <jerry@samba.org>
Sat, 6 Sep 2003 18:02:19 +0000 (18:02 +0000)
committerGerald Carter <jerry@samba.org>
Sat, 6 Sep 2003 18:02:19 +0000 (18:02 +0000)
commitd5bef211d0cee0f0c7fab5c890694cabd408e6e3
tree57503359864c6875975f06a2bfa075fb6659f18a
parent14b438e90ac44acb2b66354a5ad16779ae0c88b2
revert retry loops in winbindd_ads as abartket points out, we
already have ads_search_retry() for this.  However, neither
domain_sid() nor sequence_nunber() used this function.  So modify
them to us ads_do_search_retry() so we can specify the base search
DN and scope.
(This used to be commit 89f6adf830187d020bf4b35d1a4b2b48c7a075d0)
source3/libads/ldap.c
source3/nsswitch/winbindd_ads.c