Yeah we use it successfully.  We've got the following in our server.xml
in the <Engine> tag:

           <Realm className="org.apache.catalina.realm.JNDIRealm"
              debug="99"
              connectionName="uid=xxx,ou=xxx,dc=bc,dc=com"
              connectionPassword="xxx"
              connectionURL="ldap://ldapname.bc.com";
              roleBase="ou=xxx,dc=bc,dc=com"
              roleName="cn"
              roleSearch="(uniqueMember={0})"
              roleSubtree="true"
              userBase="ou=xxx,dc=bc,dc=com"
              userSearch="(uid={0})"
          />

-----Original Message-----
From: Smith, Corey [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, April 11, 2007 7:48 AM
To: users@tomcat.apache.org
Subject: Question on setting up LDAP...

    Hello and how is it? I was wondering if anyone has had success in
setting up LDAP to work with their Tomcat Web applications? Thanks :)
 
 
C
 
 

CONFIDENTIALITY NOTICE: If you have received this e-mail in error,
please immediately notify the sender by e-mail at the address shown.
This e-mail transmission may contain confidential information. This
information is only for the use of the individual(s) or entity to whom
it is intended even if addressed incorrectly. Please delete it from your
files if you are not the intended recipient. Thank you for your
compliance. 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to