Re: Tomcat with LDAP

2003-04-03 Thread Gabriel Santonja
Sorry i've made an error : to bind with encrypted password in ldap you must delete this line too : userPassword="userPassword" so the result is ldap://XX.XX.XX.XX:389"; userPattern="uid={0},ou=users,ou=jetspeed,ou=applications,ou=fr,o=" roleBase="o

RE: Tomcat with LDAP

2003-04-03 Thread Robert Biernat
Gabriel Santonja [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 April 2003 7:41 PM To: Tomcat Users List Subject: Re: Tomcat with LDAP On Wed, 2 Apr 2003 15:33:42 -0600 "Jonathan Eric Miller" <[EMAIL PROTECTED]> wrote: > JNDIRealm is broken and unusable. really? on what version

Re: Tomcat with LDAP

2003-04-03 Thread Gabriel Santonja
ctionName="cn=ldapadmin,ou=admin,o=" connectionPassword="Y" and use the ldap binding with encrypted passwords Cordialy. > > Jon > > - Original Message - > From: "Karamat Adil IHMD"

Re: Tomcat with LDAP

2003-04-02 Thread Jonathan Eric Miller
JNDIRealm is broken and unusable. Jon - Original Message - From: "Karamat Adil IHMD" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, April 02, 2003 2:08 PM Subject: Tomcat with LDAP > Hello everyone, >

Tomcat with LDAP

2003-04-02 Thread Karamat Adil IHMD
Hello everyone, Can any one give me an example of a LDIF file that I can add in a openLdap directory tree so that I can have tomcat authenticate against it ! Sorry I am new at this and I tried the example file that is on the tomcat page, but that doesnt work. And I dont know much about LDAP