s3-winbindd_ads: use the reconnect methods instead of the rpc methods directly
authorMichael Adam <obnox@samba.org>
Fri, 21 Nov 2008 01:26:50 +0000 (02:26 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Nov 2008 22:32:29 +0000 (23:32 +0100)
commite179c41718d4d92a825dbcaea0120a0bd3befc43
treec5b61abcf31d462edf56122964623b30ee8b4d99
parentfa60e4e97d7e1f208b6a8e8a363ec3c96e40b2d8
s3-winbindd_ads: use the reconnect methods instead of the rpc methods directly

Some of the ads methods just point to the rpc methods.
This makes winbindd_ads use the reconnect methods instead of
calling the rpc methods directly in order to prevent
negative cache entries for e.g. name_to_sid, when the dc
has closed the connection without sending a reset.

Michael
source3/winbindd/winbindd_ads.c