From e83e244720eb2d7bcaf9561391fcd9b2f96ec14a Mon Sep 17 00:00:00 2001 From: amitkuma Date: Thu, 21 Dec 2017 22:44:38 +0530 Subject: [PATCH] Correction of comment in winbindd_pam.c Internal comment corrected. --- source3/winbindd/winbindd_pam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index abd208a515f..1a275717984 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -1487,7 +1487,7 @@ static NTSTATUS winbind_samlogon_retry_loop(struct winbindd_domain *domain, } /* if we get access denied, a possible cause was that we had - and open connection to the DC, but someone changed our + an open connection to the DC, but someone changed our machine account password out from underneath us using 'net rpc changetrustpw' */