summaryrefslogtreecommitdiffstats
path: root/source/auth
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-01-25 01:19:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:55:10 -0500
commit1eabfa050b661168b42892c2d841c7891e59cf5f (patch)
treeb1bdd2f58da53b27d12bb747d252249e1eff7f3f /source/auth
parent843e85bcd978d025964c4d45d9a3886c7cf7f63c (diff)
downloadsamba-1eabfa050b661168b42892c2d841c7891e59cf5f.tar.gz
samba-1eabfa050b661168b42892c2d841c7891e59cf5f.tar.xz
samba-1eabfa050b661168b42892c2d841c7891e59cf5f.zip
r4972: Fix a warning and some debugging-outputs.
Guenther
Diffstat (limited to 'source/auth')
-rw-r--r--source/auth/auth_sam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c
index 4d2fb230027..2633cc92c37 100644
--- a/source/auth/auth_sam.c
+++ b/source/auth/auth_sam.c
@@ -241,7 +241,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context,
unbecome_root();
if (ret == False) {
- DEBUG(3,("check_sam_security: Couldn't find user '%s' in passdb file.\n", user_info->internal_username.str));
+ DEBUG(3,("check_sam_security: Couldn't find user '%s' in passdb.\n", user_info->internal_username.str));
pdb_free_sam(&sampass);
return NT_STATUS_NO_SUCH_USER;
}