summaryrefslogtreecommitdiff
path: root/source3/smbd/auth.c
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-08-09 15:53:49 +0000
committerGerald Carter <jerry@samba.org>2001-08-09 15:53:49 +0000
commitf8d3cac8af0185eca2995e524c62f064ab9b4017 (patch)
tree0f931692029a0da4d494455a4f22f11130328ed8 /source3/smbd/auth.c
parent3dbd870d37e66e2a63ecd671a6fd6f96753027b6 (diff)
downloadsamba-f8d3cac8af0185eca2995e524c62f064ab9b4017.tar.gz
samba-f8d3cac8af0185eca2995e524c62f064ab9b4017.tar.bz2
samba-f8d3cac8af0185eca2995e524c62f064ab9b4017.zip
a few cleanups while mergeing the passdb code into 2.2
(This used to be commit ef01739708479c43f529c646dd136ee5670b08f9)
Diffstat (limited to 'source3/smbd/auth.c')
-rw-r--r--source3/smbd/auth.c2
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;
}