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;
|
||||
} 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);
|
||||
|
Reference in New Issue
Block a user