Hi, I have a Tomcat installation that authenticates with JNDI realm against an LDAP server containing the users. Now I need some additional technical users that cannot go into the LDAP server.
Unfortunately Tomcat can only use one active security realm. Ideal were if Tomcat would fall back to the standard memory realm if a user were not found in JNDI realm. So another option were to put the additional users into Apache Directory server and have it delegate against the other LDAP server. If Directory server knows user return authenticate user else user := other LDAP server lookup return authenticate user endif Can this right now be done with Apache Directory server? If not, I guess you would write a custom backend. How does this backend call the default backend? Thanks for any hints, Juergen
