5 Replies Latest reply on Oct 20, 2007 5:08 AM by deanouk

    Multiple login modules - LDAP and DB failover

    deanouk

      Hi all.

      I'm wondering how best to implement a fail over login system.

      We have a client who wishes for LDAP authentication and we also use a locally stored DB as an authentication store.

      Both LoginModules have been written, but instead of combining the DB one into the LDAP module, how can I go about the system checking the authentication credentials in the local DB if they fail authentication in the LDAP server (or if it's down).

      Thanks in advance.