Log probe message, add NTLM_TARGET_DOMAIN to the type2 message.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22374 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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));
|
||||
|
||||
|
Reference in New Issue
Block a user