Re: JNDIRealm doesn't work when binding as non-admin user

2014-09-29 Thread Mark Thomas
On 30/09/2014 01:11, Jesse Barnum wrote: > I'm trying to configure Tomcat to authenticate against our Active Directory > server. > > I do not want to configure an administrative account to bind with; I want to > bind as the user logging in. > > The problem comes when JNDIRealm tries to get the

JNDIRealm doesn't work when binding as non-admin user

2014-09-29 Thread Jesse Barnum
I'm trying to configure Tomcat to authenticate against our Active Directory server. I do not want to configure an administrative account to bind with; I want to bind as the user logging in. The problem comes when JNDIRealm tries to get the list of roles that the user is a member of. From looki

Re: Should logEffectiveWebXml=true log web fragments ? tomcat 7.0

2014-09-29 Thread Loïc Tregan
On Mon, Sep 22, 2014 at 11:55 AM, Loïc Tregan wrote: > > 2. See >> // Step 6. Merge web-fragment.xml files into the main web.xml >> // file. >> if (ok) { >> ok = webXml.merge(orderedFragments); >> } >> >> That Step 10 that you cited