Local user database with LDAP authentication

Hi All,

I want to have a local user database, but I want to use LDAP authentication of passwords. I set up wildfire.xml with:

This works for authenticating users against LDAP, but it also seems to allow users who are NOT in the local database to sign on. I populate the database with a script, which seems to be working well, but users not in the database can still log in. Is there some other configuration that would work for what I want to do?

Just a suggestion, but create a LDAP group for your the authenticated/allowed users and make a filter in Openfire and only those users will be allowed in.

Thanks for the suggestion, but changing LDAP is not an option.