diff options
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_sam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 280c57ea56..ac7a6e5693 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -235,7 +235,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context, } if (ret > 1) { - DEBUG(1,("Found %d records matching user [%s]\n", ret, username)); + DEBUG(0,("Found %d records matching user [%s]\n", ret, username)); samdb_close(sam_ctx); return NT_STATUS_INTERNAL_DB_CORRUPTION; } @@ -259,7 +259,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context, } if (ret_domain > 1) { - DEBUG(1,("Found %d records matching domain [%s]\n", + DEBUG(0,("Found %d records matching domain [%s]\n", ret_domain, domain_sid)); samdb_close(sam_ctx); return NT_STATUS_INTERNAL_DB_CORRUPTION; |