Can Openfire be configured with an LDAP user Database and a Custom Database

I have a LDAP database with “local” users and a AD database with enterprise users.

I can see using the LDAP integration how to connect to AD and authenticate users through Openfire.

I’d like to “add” the ability to connect to my local DB and authenticate users there upon authentication error with AD.

Is this possible or is one or the other with Openfire?

After some digging I see there is a HybridAuthProvider that can allow for a primary and secondary provider one being the standard LDAP users and the other that can be modified to work with my local user store.

Nice …