I need to use NTLM V2 SSO for a web application deployed on Tomcat 6 (Redhat Linux).

I know of the JCifs library but it's NTLM filter supports only NTLM V1 and not V2. They recommend JESPA as an alternative but I would rather have an open source solution.

I know of Waffle which does NTLM V1,V2 with zero configuration but works only on server deployed on windows.

Do you know of an NTLM V2 SSO NTLM filter for application servers deployed on Linux ?

link|improve this question
feedback

3 Answers

Try this --> http://tomcatspnego.codeplex.com/

link|improve this answer
feedback

Oakland Software supports NTLM v2. See http://oaklandsoftware.com/product_http/compare.html.

link|improve this answer
Not as an SSO filter, only as an Http client, and that product has been moved to open source: code.google.com/p/oakland-software-java-http-client – Francis Upton Nov 7 '11 at 15:46
feedback

Go for Kerberos. NTLM is proprietary and insecure compared to Digest and Kerberos.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.