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:
@@ -200,7 +200,8 @@ _gss_ntlm_init_sec_context
|
|||||||
* NTLM Version 1 if no targetinfo buffer.
|
* 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 key;
|
||||||
struct ntlm_buf sessionkey;
|
struct ntlm_buf sessionkey;
|
||||||
unsigned char challange[8];
|
unsigned char challange[8];
|
||||||
|
Reference in New Issue
Block a user