sql - Configuration of custom database with openfire -


i using openfire 3.7.1. have followed steps configure custom database in openfire. main problem if set property

provider.user.classname = org.jivesoftware.openfire.user.defaultuserprovider

then can login admin portal if set property like

provider.user.classname = org.jivesoftware.openfire.user.jdbcuserprovider

then can't able login admin. how set jdbc user property ?

i facing same problem setting property:

provider.auth.classname = org.jivesoftware.openfire.auth.jdbcauthprovider

you can change property changing database table "ofproperty" can insert or change property. here query change property

update ofproperty set propvalue ='org.jivesoftware.openfire.auth.jdbcauthprovider' name = 'provider.auth.classname';

please restart openfire after change.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -