diff options
Diffstat (limited to 'source/smbd/auth.c')
-rw-r--r-- | source/smbd/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/auth.c b/source/smbd/auth.c index b679312cc4d..94008e4d00a 100644 --- a/source/smbd/auth.c +++ b/source/smbd/auth.c @@ -45,7 +45,7 @@ static BOOL update_smbpassword_file(char *user, char *password) unbecome_root(); if(ret == False) { - DEBUG(0,("pdb_getsampwnam returned NULL\n")); + DEBUG(0,("update_smbpassword_file: pdb_getsampwnam failed to locate %s\n", user)); pdb_free_sam(sampass); return False; } |