svn commit: samba r18507 - in branches/SAMBA_3_0/source/nsswitch: .

jra at samba.org jra at samba.org
Thu Sep 14 09:27:11 GMT 2006


Author: jra
Date: 2006-09-14 09:27:10 +0000 (Thu, 14 Sep 2006)
New Revision: 18507

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

Log:
Added debug log for returned username.
Jeremy.

Modified:
   branches/SAMBA_3_0/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-09-14 09:11:30 UTC (rev 18506)
+++ branches/SAMBA_3_0/source/nsswitch/pam_winbind.c	2006-09-14 09:27:10 UTC (rev 18507)
@@ -1024,6 +1024,7 @@
 out:
 	if (username_ret) {
 		pam_set_item (pamh, PAM_USER, username_ret);
+		_pam_log_debug(pamh, ctrl, LOG_INFO, "Returned user was '%s'", username_ret);
 		free(username_ret);
 	}
 



More information about the samba-cvs mailing list