]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r6158: fix some misleading error messages
authorGerald Carter <jerry@samba.org>
Thu, 31 Mar 2005 22:02:38 +0000 (22:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:56:26 +0000 (10:56 -0500)
source/nsswitch/winbindd_cm.c

index e6a7df19775ae026cf48f1079971a8a143c2bb18..832672e64cbda72012a564a92a0d4ec7ba1cb0ef 100644 (file)
@@ -102,11 +102,11 @@ static void cm_get_ipc_userpass(char **username, char **domain, char **password)
                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("");