diff options
author | Günther Deschner <gd@samba.org> | 2005-01-25 01:19:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:55:10 -0500 |
commit | 9b1e5a71180f340a1f6327d53e68bb9b661ec894 (patch) | |
tree | c471c03b69ecf7df15cd8f6fe235ebf01bc731b4 /source3/auth | |
parent | c24c328a9e006473f4dba49fdf1842fb28952ec7 (diff) | |
download | samba-9b1e5a71180f340a1f6327d53e68bb9b661ec894.tar.gz samba-9b1e5a71180f340a1f6327d53e68bb9b661ec894.tar.bz2 samba-9b1e5a71180f340a1f6327d53e68bb9b661ec894.zip |
r4972: Fix a warning and some debugging-outputs.
Guenther
(This used to be commit 1eabfa050b661168b42892c2d841c7891e59cf5f)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 4d2fb23002..2633cc92c3 100644 --- a/source3/auth/auth_sam.c +++ b/source3/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; } |