RE: JSTL and LDAP

2003-12-03 Thread Dylan MacDonald
Wednesday, December 03, 2003 5:22 PM To: Tag Libraries Users List Subject: Re: JSTL and LDAP You can use the Realm of the Tomcat server to authenticate users and match them to roles (basically Groups stored in the ldap server). If you do this then you don't really need to use taglibs to manage

Re: JSTL and LDAP

2003-12-03 Thread Mark R. Diggory
You can use the Realm of the Tomcat server to authenticate users and match them to roles (basically Groups stored in the ldap server). If you do this then you don't really need to use taglibs to manage the login. You just have to configure your web.xml with a login-config and the server.xml wit

JSTL and LDAP

2003-12-03 Thread Dylan MacDonald
Hi - I am just beginning to use the JSTL and my first project is redoing our company's intranet. Currently we use LDAP to provide authentication. This is done via a .htaccess file in the root of the site and the LDAP mod for Apache. I would like to convert this to either a Tomcat realms configu