diff options
Diffstat (limited to 'source3/smbd/auth.c')
-rw-r--r-- | source3/smbd/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/auth.c b/source3/smbd/auth.c index b679312cc4..94008e4d00 100644 --- a/source3/smbd/auth.c +++ b/source3/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; } |