You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by DP...@gtlaw.com.au on 2001/12/21 07:50:56 UTC

Tomcat 4 JNDIRealm Connecting to a LDAP Directory on Domino

Domino can act as a LDAP server which, in theory, allows Tomcat 4 to use
JNDI Realms to authenticate users via a notes DB. This Notes DB saves users
passwords as encrypted text using a proprietary encryption algorithm.

>From what I have read it seems that for comparing encrypted passwords
JNDIRealms encrypt the password and compare it to the encrypted password on
the server. Problem there is they only support for 3 standards of
encryption, not including Domino's algorithm.

Domino provides the ability to do a ldap compare operation so the password
can be checked on the domino server. Can this be integrated into a
JNDIRealm? If not, can anybody suggest an alternative that will allow us to
take advantage of the realm facility (e.g. JDBCRealms)?

Merry Christmas.
Regards - Damien.



--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>