问题描述
我使用Mac和Linux,和的Java6的Apache HTTP客户端3.1连接使用NTLM身份验证到SharePoint。
I am using MAC and LINUX, java6 and apache http-client 3.1 to connect to sharepoint with NTLM auth.
我连接到使用NTLM 以及它工作得很好,直到我必须连接到NTLMv2的。
我想这
但它不为我工作用的NTLMv2,
I connect to ntlm using http://jcifs.samba.org/ and it worked fine until I had to connect to NTLMv2.I tried this http://devsac.blogspot.com/2010/10/supoprt-for-ntlmv2-with-apache.html but it doesnt work for me with NTLMv2,
有什么办法让我的HttpClient 3.1连接NTLMv2的?如果没有,是否有连接Java来的NTLMv2没有HttpClient的一种方式?
Is there any way to make my httpclient 3.1 connect to NTLMv2 ? if not, is there a way to connect java to NTLMv2 without httpclient?
感谢
推荐答案
找到答案,
HttpClient的版本4.2.3 +支持NTLMv2的开箱即用
found an answer,httpclient version 4.2.3 + supports NTLMv2 out of the box
这篇关于从Java连接到NTLMv2的\\ HttpClient的3 \\ linux的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!