summaryrefslogtreecommitdiffstats
path: root/source/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
commitef01739708479c43f529c646dd136ee5670b08f9 (patch)
treeb1576b85575e515526a809e4991f0c0678f365b6 /source/smbd/auth.c
parent23b6772a2454ff3b480807a4ca8f58e8a0dc0c81 (diff)
downloadsamba-ef01739708479c43f529c646dd136ee5670b08f9.tar.gz
samba-ef01739708479c43f529c646dd136ee5670b08f9.tar.xz
samba-ef01739708479c43f529c646dd136ee5670b08f9.zip
a few cleanups while mergeing the passdb code into 2.2
Diffstat (limited to 'source/smbd/auth.c')
-rw-r--r--source/smbd/auth.c2
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;
}