Configure JNDI Realm

2007-06-27 Thread Eduardo del Bas
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

Re: Configure JNDI Realm For Active Directory Under Tomcat 5.5.12 on OSX

2006-04-08 Thread Felix Schumacher
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

Configure JNDI Realm For Active Directory Under Tomcat 5.5.12 on OSX

2006-04-07 Thread John Leyden
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