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