svn commit: samba r15411 - branches/SAMBA_3_0/source/nsswitch trunk/source/nsswitch

gd at samba.org gd at samba.org
Wed May 3 10:19:50 GMT 2006


Author: gd
Date: 2006-05-03 10:19:49 +0000 (Wed, 03 May 2006)
New Revision: 15411

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

Log:
Small debug fixes for the PAM module.

Guenther

Modified:
   branches/SAMBA_3_0/source/nsswitch/pam_winbind.c
   trunk/source/nsswitch/pam_winbind.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/pam_winbind.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2006-05-03 10:05:08 UTC (rev 15410)
+++ branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2006-05-03 10:19:49 UTC (rev 15411)
@@ -286,8 +286,7 @@
 		return retval;
 	case PAM_USER_UNKNOWN:
 		/* the user does not exist */
-		_pam_log_debug(ctrl, LOG_NOTICE, "user `%s' not found",
-				 user);
+		_pam_log_debug(ctrl, LOG_NOTICE, "user `%s' not found", user);
 		if (ctrl & WINBIND_UNKNOWN_OK_ARG) {
 			return PAM_IGNORE;
 		}	 
@@ -475,6 +474,7 @@
 
 	if (response.data.auth.info3.user_flgs & LOGON_CACHED_ACCOUNT) {
 		_make_remark(pamh, PAM_ERROR_MSG, "Logging on using cached account. Network ressources can be unavailable");
+		_pam_log_debug(ctrl, LOG_DEBUG,"User %s logged on using cached account\n", user);
 	}
 
 	/* save the CIFS homedir for pam_cifs / pam_mount */

Modified: trunk/source/nsswitch/pam_winbind.c
===================================================================
--- trunk/source/nsswitch/pam_winbind.c	2006-05-03 10:05:08 UTC (rev 15410)
+++ trunk/source/nsswitch/pam_winbind.c	2006-05-03 10:19:49 UTC (rev 15411)
@@ -286,8 +286,7 @@
 		return retval;
 	case PAM_USER_UNKNOWN:
 		/* the user does not exist */
-		_pam_log_debug(ctrl, LOG_NOTICE, "user `%s' not found",
-				 user);
+		_pam_log_debug(ctrl, LOG_NOTICE, "user `%s' not found", user);
 		if (ctrl & WINBIND_UNKNOWN_OK_ARG) {
 			return PAM_IGNORE;
 		}	 
@@ -475,6 +474,7 @@
 
 	if (response.data.auth.info3.user_flgs & LOGON_CACHED_ACCOUNT) {
 		_make_remark(pamh, PAM_ERROR_MSG, "Logging on using cached account. Network ressources can be unavailable");
+		_pam_log_debug(ctrl, LOG_DEBUG,"User %s logged on using cached account\n", user);
 	}
 
 	/* save the CIFS homedir for pam_cifs / pam_mount */



More information about the samba-cvs mailing list