Hi, im interested to use JaasLounge instead of JNDI in
Tomcat, because I cannot do a bind with a user provided
in the FORM based login page, so I need
- anonymous bind or
- a technical read user
which is both no good idea from standpoint of security.
what is missing in JaasLounge is the config possibility
of a second LDAP server, if the first is down. Compare
with
connectionURL="server1:389"
alternativeURL="server2:389"
when defining a JNDI LDAP ressource.
Is there a chance to implement that ?
regards, thomas
Logged In: YES
user_id=1218578
Originator: NO
You can use the MapperLoginModule to do this. Configure two LDAP modules, and one Mapper; if the first LDAP is down, the authentication will be made on the second LDAP.