Re: LDAP connection issue

2012-02-23 Thread Felix Schumacher
Am 22.02.2012 21:40, schrieb vbw: Hi all, I am having trouble using FORM based authentication against an LDAP server. I have configured my web.xml and server.xml and created a Login.jsp page and can can successfully authenticate against a simple tomcat-users.xml file. Therefore I am

LDAP connection issue

2012-02-22 Thread vbw
Hi all, I am having trouble using FORM based authentication against an LDAP server. I have configured my web.xml and server.xml and created a Login.jsp page and can can successfully authenticate against a simple tomcat-users.xml file. Therefore I am confident my basic configurations are okay

Re: LDAP connection issue

2012-02-22 Thread John Renne
I do know that I am successfully binding to the LDAP server when Tomcat starts. If I change mypassword to an invalid password then I get a ConnectException due to the connection being refused. I also see this connection using a network monitoring tool - it is initiated at startup and then

Re: LDAP connection issue

2012-02-22 Thread vbw
Hi, The user I bind cannot check user's passwords but it can browse the LDAP tree and see all the available users. I have used ldap.exe with the same connection/bind and can traverse the LDAP tree. As far as after the initial connection is made, no I don't see any packets or new connections after

Re: LDAP connection issue

2012-02-22 Thread John Renne
The user I bind cannot check user's passwords but it can browse the LDAP tree and see all the available users. I have used ldap.exe with the same connection/bind and can traverse the LDAP tree. As far as after the initial connection is made, no I don't see any packets or new connections