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@(protected)
---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)