Hi all,
I'm configuring a JNDI Realm with LDAP in Tomcat 5.5. The authentication
process works fine but when Tomcat tries to check role this fails and it
returns me a HTTP 403 page.
Tomcat log is:
DEBUG http-6060-Processor25
org.apache.catalina.authenticator.AuthenticatorBase - Calling
authent
Am Freitag, den 07.04.2006, 17:35 -0400 schrieb John Leyden:
...
> 2) SERVER.XML excerpt:
>
>
>
>
> [snip]
>
> debug="99"
> connectionURL="ldap://[primary domain controller ip]:389"
> alternateURL="ldap://[backup domain controll
After having searched the MARC archives and Google for the better
part of a week I do not seem to be able to duplicate others' past
success with getting Tomcat to use a JNDI realm to authenticate users
via Active Directory. Basically I'm just trying to get a simple web
app straight from th