s4:kdc: Fix wrong debug message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 22 Jun 2023 04:21:17 +0000 (16:21 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 19 Jul 2023 01:47:33 +0000 (01:47 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/pac-glue.c

index e6fc630006a1d340ee58eea190ffdeb81a673978..b9ceede6617125362ff1e9b86f392a3d6add31ac 100644 (file)
@@ -316,7 +316,7 @@ NTSTATUS samba_get_cred_info_ndr_blob(TALLOC_CTX *mem_ctx,
                }
        }
        if (nt_hash != NULL) {
-               DEBUG(5, ("Passing LM password hash through credentials set\n"));
+               DEBUG(5, ("Passing NT password hash through credentials set\n"));
                ntlm_secpkg.flags |= PAC_CREDENTIAL_NTLM_HAS_NT_HASH;
                ntlm_secpkg.nt_password = *nt_hash;
                ZERO_STRUCTP(nt_hash);