winbindd_ads: use the reconnect methods instead of the rpc methods directly
authorMichael Adam <obnox@samba.org>
Fri, 21 Nov 2008 01:24:06 +0000 (02:24 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 21 Nov 2008 22:33:33 +0000 (23:33 +0100)
commitafd1cba6c18cb56ec13659cec7c86b32de2fda39
tree6d5bc0d69a6e764599c4e97e408ad6f9f8ec91f7
parent9d5af844c53ff2b25904c96d28546271a249debb
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
source/winbindd/winbindd_ads.c