简体   繁体   中英

Openfire, LDAP and External database authentification

I have users on a Mysql DB and LDAP (Directory server), is it possible to connect users using both methods on Openfire server? When I tried to connect to an external database on the profile settings, openfire gives me a choice between default or LDAP, so I chose the default and I've edited the openfire.xml and I've added properties to the ofproperty table in the database.

You will need to create a custom authentication provider to do that. You can probably just create a composite of the existing JDBC and LDAP providers to accomplish what you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM