disable ntlmv2 since we can't handle wrap/unwrap

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19505 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-26 14:19:29 +00:00
parent bcd0cbcf14
commit 63abf99eb3

View File

@@ -200,7 +200,8 @@ _gss_ntlm_init_sec_context
* NTLM Version 1 if no targetinfo buffer.
*/
if (type2.targetinfo.length == 0) {
/* XXX disable ntlmv2 since we can't handle wrap/unwrap */
if (1 || type2.targetinfo.length == 0) {
struct ntlm_buf key;
struct ntlm_buf sessionkey;
unsigned char challange[8];