You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ra...@innovations.de on 2007/02/14 16:43:43 UTC

Configuring multiple LDAP Realms

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
Rainer.faller@innovations.de

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