<div dir="ltr">Hello folks,<div><br></div><div>I'm trying to get Jasig CAS to play nicely with JCIFS and NTLMv2 and seem to be missing part of the puzzle.</div><div><br></div><div>I see the HTTP servlet for NTLM doesn't work in JCIFS with v2 but I don't think that issue affects me directly.</div><div><br></div><div>CAS passes off an NTLMv2 Type 3 ticket to JCIFS and from that Smb.login() is called. The ticket has no password just the hashes. But then it lands at </div><div><br></div><div>public static byte[] nTOWFv2(String domain, String username, String password)</div><div><br></div><div>when processing the Smb login which then tries to process the password which of course it doesn't have.</div><div><br></div><div>I see claims that NTLMv2 works, but is it the case that it works, but not for browsers? Or have I missed something?</div><div><br></div><div>Thanks</div><div><br></div><div>Tom
</div></div>