Re: Problem with JNDIRealm ...

2002-01-04 Thread Shelly
Tony, I tried to use both connectionName= and connectionPassword= to connect to LDAP, however the userPassword returns null (in this case, I used enum as login attribute), authentication failed. Regards, Shelly Tony Dahbura wrote: Shelly: Let me help with number 3 The typical standard

Re: Problem with JNDIRealm ...

2002-01-04 Thread Shelly
Tony, Thank you very much for your response. You mentioned that you are in the process of starting to code this JNDI implementation, when you done, please let me know, as I'm interested in trying to get JNDIRealm to work. Does SHA digest will been supported in this implementation? Thanks,

Problem with JNDIRealm ...

2002-01-03 Thread Shelly
Hello, I'm running Tomcat 4 on Unix and trying to use JNDIRealm for authentication. I use Netscape DAP server, and the hierarchy of entries in the directory is o=My Company | +---+---+

Re: Problem with JNDIRealm ...

2002-01-03 Thread Tony Dahbura
Shelly: Let me help with number 3 The typical standard for anonymous binding is to specify a name and password of for both. I am not sure if JNDI will pass this ok-give it a try. 3. How to use an anonymous password for binding instead of using connectionName/connectionPassword? Shelly

Re: Problem with JNDIRealm ...

2002-01-03 Thread Tony Dahbura
Shelly: I did not want to copy the whole list on your first question. What you are trying to accomplish is a search to authenticate a user when the uid is not part of the dn. I do not believe the JNDI implementation supports this now. I am actually proposing to the group that we implement a