vote up 0 vote down star

Hi all, I want to use windows NTLM with apache tomcat. Anyone who's already used it, please give me some information, I am new to it.

flag

74% accept rate

2 Answers

vote up 0 vote down check

Why do you want to use NTLM, instead of Kerberos? Both are supported by Windows AD but the latter is more secure and supported by Java natively. See this question for how to setup, he is very close to get it working :)

http://stackoverflow.com/questions/1422012/how-do-i-get-jndirealm-in-tomcat-to-use-kerberos-auth

If you really want use NTLM, you have to use JCIFS filter

http://jcifs.samba.org/

link|flag
vote up 1 vote down

There's a link from the tomcat wiki to a SAMBA article explaining how you can add a filter to your webapp to achieve this.

link|flag

Your Answer

Get an OpenID
or

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