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

jerry at samba.org jerry at samba.org
Thu Mar 31 22:02:39 GMT 2005


Author: jerry
Date: 2005-03-31 22:02:38 +0000 (Thu, 31 Mar 2005)
New Revision: 6158

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

Log:
fix some misleading error messages
Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2005-03-31 21:17:36 UTC (rev 6157)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_cm.c	2005-03-31 22:02:38 UTC (rev 6158)
@@ -102,11 +102,11 @@
 		if (!*password || !**password)
 			*password = smb_xstrdup("");
 
-		DEBUG(3, ("IPC$ connections done by user %s\\%s\n", 
+		DEBUG(3, ("cm_get_ipc_userpass: Retrieved auth-user from secrets.tdb [%s\\%s]\n", 
 			  *domain, *username));
 
 	} else {
-		DEBUG(3, ("IPC$ connections done anonymously\n"));
+		DEBUG(3, ("cm_get_ipc_userpass: No auth-user defined\n"));
 		*username = smb_xstrdup("");
 		*domain = smb_xstrdup("");
 		*password = smb_xstrdup("");



More information about the samba-cvs mailing list