Sorry to bother, but I really need the answer :/
> Are you saying that jCIFS supports NTLM v2 ?
> Regards
Rogan?
>>> Unfortunately (AFAIK) jCIFS does not support NTLM v2, and I require
>>> this feature.
[quoted text clipped - 5 lines]
> Are you saying that jCIFS supports NTLM v2 ?
> Regards
No, I"m not. Indeed, it appears that it doesn't support NTLM v2.
However, I have seen mention of patches to support NTLM v2 in the Apache
HttpClient, by doing a bit of googling. They were not accepted due to
licensing concerns, but you may be able to integrate them yourself . . . .
And, if you are on a Windows Platform, it seems that NTLM auth IS
natively supported in Java, from v1.5 onwards. Apparently you need to
set some system properties to enable it. You might have been on the
right track after all . . . .
Regards,
Rogan
LukaszP - 12 Jul 2006 20:37 GMT
> And, if you are on a Windows Platform, it seems that NTLM auth IS natively
> supported in Java, from v1.5 onwards. Apparently you need to set some
> system properties to enable it. You might have been on the right track
> after all . . . .
I've done some googling myself, but didn't come up with any patches for the
commons.httpclient.There is a solution created by oakland software, but is
not free.
I've read on the page I mentioned earlier that the authentication can be
done using java, but no one said that it does support ntlm v2. My recent
experiences show, that it rather doesn't :/. I can't find any (!) example on
the web.
Thx for help