diff options
author | Gerald Carter <jerry@samba.org> | 2001-08-09 15:53:49 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-08-09 15:53:49 +0000 |
commit | ef01739708479c43f529c646dd136ee5670b08f9 (patch) | |
tree | b1576b85575e515526a809e4991f0c0678f365b6 /source/auth/auth.c | |
parent | 23b6772a2454ff3b480807a4ca8f58e8a0dc0c81 (diff) | |
download | samba-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/auth/auth.c')
-rw-r--r-- | source/auth/auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth.c b/source/auth/auth.c index b679312cc4d..94008e4d00a 100644 --- a/source/auth/auth.c +++ b/source/auth/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; } |