diff --git a/kdc/digest.c b/kdc/digest.c index 0e7934144..11b9f421a 100644 --- a/kdc/digest.c +++ b/kdc/digest.c @@ -1003,7 +1003,8 @@ _kdc_do_digest(krb5_context context, } r.u.ntlmInitReply.flags |= - NTLM_NEG_TARGET_DOMAIN | + NTLM_NEG_TARGET | + NTLM_TARGET_DOMAIN | NTLM_ENC_128; #define ALL \ @@ -1333,6 +1334,8 @@ _kdc_do_digest(krb5_context context, } case choice_DigestReqInner_supportedMechs: + kdc_log(context, config, 0, "digest supportedMechs from %s", from); + r.element = choice_DigestRepInner_supportedMechs; memset(&r.u.supportedMechs, 0, sizeof(r.u.supportedMechs));