I'm currently using the following realm configuration(Tomcat 5.5) and it's 
working fine:

   <Realm className="org.apache.catalina.realm.JNDIRealm"
            connectionName="[EMAIL PROTECTED]"
            connectionPassword="****"
            connectionURL="ldap://domain.com";
            referrals="follow"
            userBase="DC=domain,DC=com"
            userSearch="(sAMAccountName={0})"
            userSubtree="true"
            allRolesMode="strictAuthOnly"
   />

However, I want to set it up so that I can refine my search in the following 
two specific locations only:

OU=Mails,DC=domain,DC=com
OU=Services,DC=domain,DC=com

How can I use Realm to do a search in the above two locations only?

Thierry

---------------------------------------------------------------------
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