Marc--

The latest beta 4 release of Tomcat 4 ("Catalina") includes a JNDI "realm" that can
access user and role info in an LDAP database.  (I haven't tried this out myself,
but that's what it says in the Tomcat listserv traffic.)

So far there's no JNDI realm for the latest production release of Tomcat (3.2, I
believe).


Martin


"Marc J. Boerma" wrote:

> I've build a site where based on the user's role he will see a different
> look. I used the standard authentication meganism that's defined in the
> Servlet API. Tomcat has a tomcat-users.xml file where you define the users
> id, passwords and their roles. I found an article how I can use a database
> where I can put this information in. In the server.xml file of tomcat I then
> can define that I want to use a database for authentication.
>
> My Question:
>
> I don't want to put userid / password into a database, instead I want Tomcat
> to use our LDAP server in order to authenticate users. Where can I find
> information about this?
>
> Thanks,
>
> Marc
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to