svn commit: samba r17573 - in branches/SAMBA_3_0/source/auth: .

vlendec at samba.org vlendec at samba.org
Wed Aug 16 17:43:13 GMT 2006


Author: vlendec
Date: 2006-08-16 17:43:13 +0000 (Wed, 16 Aug 2006)
New Revision: 17573

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17573

Log:
Fix typo
Modified:
   branches/SAMBA_3_0/source/auth/pampass.c


Changeset:
Modified: branches/SAMBA_3_0/source/auth/pampass.c
===================================================================
--- branches/SAMBA_3_0/source/auth/pampass.c	2006-08-16 17:33:47 UTC (rev 17572)
+++ branches/SAMBA_3_0/source/auth/pampass.c	2006-08-16 17:43:13 UTC (rev 17573)
@@ -511,7 +511,7 @@
 	pam_error = pam_authenticate(pamh, PAM_SILENT | lp_null_passwords() ? 0 : PAM_DISALLOW_NULL_AUTHTOK);
 	switch( pam_error ){
 		case PAM_AUTH_ERR:
-			DEBUG(2, ("smb_pam_auth: PAM: Athentication Error for user %s\n", user));
+			DEBUG(2, ("smb_pam_auth: PAM: Authentication Error for user %s\n", user));
 			break;
 		case PAM_CRED_INSUFFICIENT:
 			DEBUG(2, ("smb_pam_auth: PAM: Insufficient Credentials for user %s\n", user));



More information about the samba-cvs mailing list