Remove printing of ntlmv2 hash, was running wrong version of the kdc.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21114 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -865,10 +865,8 @@ _kdc_do_digest(krb5_context context,
|
|||||||
r.u.response.success = TRUE;
|
r.u.response.success = TRUE;
|
||||||
} else {
|
} else {
|
||||||
kdc_log(context, config, 0,
|
kdc_log(context, config, 0,
|
||||||
"MS-CHAP-V2 hash mismatch for %s %s != %s",
|
"MS-CHAP-V2 hash mismatch for %s",
|
||||||
ireq.u.digestRequest.username,
|
ireq.u.digestRequest.username);
|
||||||
ireq.u.digestRequest.responseData,
|
|
||||||
mdx);
|
|
||||||
r.u.response.success = FALSE;
|
r.u.response.success = FALSE;
|
||||||
}
|
}
|
||||||
free(mdx);
|
free(mdx);
|
||||||
|
Reference in New Issue
Block a user