How do I configure tomcat 5 to authenticate against multiple LDAP
Realms? Is this possible?

If have two different LDAP servers I would like to authenticat against.
Both for themselves are working just fine. But when I add both to the
server.xml, one of them is just ignored.

Here's how my configuration looks like:

<Server ...
  ...
  <Service ..
   ... 
    <Engine name="Catalina" defaultHost="localhost">
      ...    
      <!-- First realm -->
      <Realm ...
      <!-- Second realm -->
      <Realm ...
      ...
    </Engine>
  </Service>
</Server>

Thanks for your help!

Rainer Faller
[EMAIL PROTECTED]

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