On 21/03/2013 23:49, chris derham wrote:
>>
>> > adCompat="true"
>>allRolesMode="authOnly"
>> referrals="follow"
>> connectionURL="ldap://dc01.mydom.local:389";
>> connectionName="mydom\tcuser"
>> connectionPassword="Pa55w0rd"
>> userBase="dc=mydom,dc=local"
>
>adCompat="true"
>allRolesMode="authOnly"
> referrals="follow"
> connectionURL="ldap://dc01.mydom.local:389";
> connectionName="mydom\tcuser"
> connectionPassword="Pa55w0rd"
> userBase="dc=mydom,dc=local"
>userSubtree="true"
> userSearch="
I want to setup "windows authentication" in my tomcat 7.0.37
I read the user guide
http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html and I
follow all the step in Domain Controller and Tomcat Instance
Then I write the $CATALINA_BASE\webapps\myappl\WEB-INF\web.xml
and the $CATALINA_BAS