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:
Love Hörnquist Åstrand
2007-06-18 13:17:23 +00:00
parent 6a64e4d44c
commit 50f2521922

View File

@@ -865,10 +865,8 @@ _kdc_do_digest(krb5_context context,
r.u.response.success = TRUE;
} else {
kdc_log(context, config, 0,
"MS-CHAP-V2 hash mismatch for %s %s != %s",
ireq.u.digestRequest.username,
ireq.u.digestRequest.responseData,
mdx);
"MS-CHAP-V2 hash mismatch for %s",
ireq.u.digestRequest.username);
r.u.response.success = FALSE;
}
free(mdx);