s4:auth: fix confusing DEBUG message in authsam_want_check()
authorStefan Metzmacher <metze@samba.org>
Mon, 7 Mar 2022 20:16:51 +0000 (21:16 +0100)
committerJule Anger <janger@samba.org>
Wed, 16 Mar 2022 14:27:12 +0000 (14:27 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13879

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit a12683bd1206df4d4d87a3842d92e34a69e172b7)

source4/auth/ntlm/auth_sam.c

index ddde4363d9268489500a32b41943edf0357952db..673f900b0c6b764ab517d02185352b54da1d1278 100644 (file)
@@ -871,13 +871,13 @@ static NTSTATUS authsam_want_check(struct auth_method_context *ctx,
                /*
                 * The caller already did a cracknames call.
                 */
-               DBG_DEBUG("%s is not one domain name (DC)\n",
+               DBG_DEBUG("%s is not own domain name (DC)\n",
                          effective_domain);
                return NT_STATUS_NOT_IMPLEMENTED;
        }
 
        if (!strequal(effective_domain, "")) {
-               DBG_DEBUG("%s is not one domain name (DC)\n",
+               DBG_DEBUG("%s is not own domain name (DC)\n",
                          effective_domain);
                return NT_STATUS_NOT_IMPLEMENTED;
        }