summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_dual_srv.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-08-07 11:32:44 +0200
committerStefan Metzmacher <metze@samba.org>2014-01-07 12:47:09 +0100
commit22e4e2c1d1252e434cb928d4530c378a62a64138 (patch)
tree3b98d25509699079e129ba4026ccff77cbf4eceb /source3/winbindd/winbindd_dual_srv.c
parent07126b6fb22cebce660d1d1a4f0f9fb905064aa0 (diff)
downloadsamba-22e4e2c1d1252e434cb928d4530c378a62a64138.tar.gz
s3:winbindd: make use of rpccli_{create,setup}_netlogon_creds()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_dual_srv.c')
-rw-r--r--source3/winbindd/winbindd_dual_srv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_dual_srv.c b/source3/winbindd/winbindd_dual_srv.c
index e23d0487b62..cae1ce9f7d9 100644
--- a/source3/winbindd/winbindd_dual_srv.c
+++ b/source3/winbindd/winbindd_dual_srv.c
@@ -574,6 +574,7 @@ NTSTATUS _wbint_CheckMachineAccount(struct pipes_struct *p,
again:
invalidate_cm_connection(&domain->conn);
+ domain->conn.netlogon_force_reauth = true;
{
struct rpc_pipe_client *netlogon_pipe;