1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4:kdc: Fix wrong debug message

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-06-22 16:21:17 +12:00 committed by Andrew Bartlett
parent 97cde6f97b
commit 7d2c267ae1

View 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);