From: Garming Sam Date: Tue, 4 Apr 2017 00:21:34 +0000 (+1200) Subject: winbindd: Make some debugging clearer X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=7915987dbac29ab0abf577d6a980ba247fa91f94;p=mdw%2Fsamba.git winbindd: Make some debugging clearer Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index 718acd70f4..c792cfe704 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -1420,7 +1420,7 @@ static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain, */ DEBUG(3, ("This is the third problem for this " "particular call, adding DC to the " - "negative cache list\n")); + "negative cache list: %s %s\n", domain->name, domain->dcname)); add_failed_connection_entry(domain->name, domain->dcname, result); @@ -1530,7 +1530,7 @@ static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain, if (NT_STATUS_EQUAL(result, NT_STATUS_IO_TIMEOUT)) { DEBUG(3,("winbind_samlogon_retry_loop: sam_network_logon(ex) " - "returned NT_STATUS_IO_TIMEOUT after the retry." + "returned NT_STATUS_IO_TIMEOUT after the retry. " "Killing connections to domain %s\n", domainname)); invalidate_cm_connection(domain);