svn commit: samba r13026 - in trunk/source/nsswitch: .

gd at samba.org gd at samba.org
Thu Jan 19 00:13:08 GMT 2006


Author: gd
Date: 2006-01-19 00:13:07 +0000 (Thu, 19 Jan 2006)
New Revision: 13026

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

Log:
Make a cached login warning a PAM_ERROR_MSG not a PAM_TEXT_INFO.

Guenther

Modified:
   trunk/source/nsswitch/pam_winbind.c


Changeset:
Modified: trunk/source/nsswitch/pam_winbind.c
===================================================================
--- trunk/source/nsswitch/pam_winbind.c	2006-01-19 00:04:03 UTC (rev 13025)
+++ trunk/source/nsswitch/pam_winbind.c	2006-01-19 00:13:07 UTC (rev 13026)
@@ -440,7 +440,7 @@
 	}
 
 	if (response.data.auth.info3.user_flgs & LOGON_CACHED_ACCOUNT) {
-		_make_remark(pamh, PAM_TEXT_INFO, "Logging on using cached account. Network ressources can be unavailable");
+		_make_remark(pamh, PAM_ERROR_MSG, "Logging on using cached account. Network ressources can be unavailable");
 	}
 
 	/* save the CIFS homedir for pam_cifs / pam_mount */



More information about the samba-cvs mailing list