RE: Authenticating with LDAP against multiple organizational units

2005-10-17 Thread Robyne Vaughn
In fact, it sounds like you are connecting to the ADS, and now you need to bind. Robyne Vaughn _ -Original Message- From: Jess Holle [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 9:45 AM To: Tomcat Users List Subject: Re: Authenticating with LDAP against multiple

RE: Authenticating with LDAP against multiple organizational units

2005-10-17 Thread Robyne Vaughn
My ads is on port 389 Robyne K. Vaughn _ -Original Message- From: Jess Holle [mailto:[EMAIL PROTECTED] Sent: Monday, October 17, 2005 9:45 AM To: Tomcat Users List Subject: Re: Authenticating with LDAP against multiple organizational units My guess is that you need to direct

RE: can JNDIRealm connectionPassword be encrypted?

2005-10-17 Thread Robyne Vaughn
with the user's id and password, and that authenticates the user. so, you have a jndi realm in the server.xml with tomcat's user-id and password in plain text. (better secure the server.xml file) then, your login.jsp uses the user's credentials to bind t