Ldap Auth + Local DB Auth

Is it possible to use Ldap as my main authentication source, but to also fall back against a local mysql database for users which are not in the ldap directory?

Message was edited by: axelseaa

Hi,

Wildfire supports a HybridAuthProvider which should allow you to do this. See http://www.igniterealtime.org/builds/wildfire/docs/latest/documentation/javadoc/ index.html?overview-summary.html for more information.

LG