s3: Make winbind recover from a signing error
authorVolker Lendecke <vl@samba.org>
Wed, 17 Nov 2010 15:56:28 +0000 (08:56 -0700)
committerVolker Lendecke <vl@samba.org>
Thu, 18 Nov 2010 11:58:50 +0000 (12:58 +0100)
commit1f728435c63b198e345cf59de69cab987da4e0e4
treef3729e1d2660e1670f022bd11a3b45ee10fb510f
parentbe860a0ed6e3c9de614c599e600807ae97c2e826
s3: Make winbind recover from a signing error

When winbind sees a signing error on the smb connection to a DC (for whatever
reason, our bug, network glitch, etc) it should recover properly. The "old"
code in clientgen.c just closed the socket in this case. This is the right
thing to do, this connection is spoiled anyway. The new, async code did not do
this so far, which led to the code in winbindd_cm.c not detect that we need to
reconnect.
source3/libsmb/async_smb.c