winbind: Retry after SESSION_EXPIRED error in ping-dc
authorChristof Schmitt <cs@samba.org>
Fri, 19 Dec 2014 19:24:53 +0000 (12:24 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sun, 11 Jan 2015 13:04:10 +0000 (14:04 +0100)
commitae18bda975dee2351b9af59120fe8b8de1dc56b3
tree8011a459f2b682334be94295b4a1df30b1251e6e
parentdb7901981d3518bb8db7578bcb03f3787b3b080b
winbind: Retry after SESSION_EXPIRED error in ping-dc

Trying to establish a netlogon connection when the service ticket
expires might fail with NT_STATUS_NETWORK_SESSION_EXPIRED. The
underlying client code already marks the session as invalid, so retry
the netlogon connect in this case.

Signed-off-by: Christof Schmit <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Jan  6 02:58:57 CET 2015 on sn-devel-104
(cherry picked from commit a2670f15dea27c10e3827216adf572f9c3894f85)

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11034
source3/winbindd/winbindd_dual_srv.c