diff options
Diffstat (limited to 'source3')
-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 8fe9dfbdc8..6753951c89 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -366,7 +366,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context, if (ret == False) { - DEBUG(1,("Couldn't find user '%s' in passdb file.\n", user_info->internal_username.str)); + DEBUG(3,("Couldn't find user '%s' in passdb file.\n", user_info->internal_username.str)); pdb_free_sam(&sampass); return NT_STATUS_NO_SUCH_USER; } |