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.
|
|
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 |
||
|
|
|
|
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. |
||
|
|
