Howdy,
I've installed Openfire 3.10.2 and have it working well. However, due to policies here I need to change the user accounts from using LDAP back to local MySQL stored accounts.
Is there a way to do this that won't require a reinstall of Openfire?
Under Server Settings -> Profile Settings the radio button to switch from LDAP to Default is grayed out.
Do I just need to modify these four System Manager -> System Properties, and if so, what's the correct values?
provider.auth.className | org.jivesoftware.openfire.ldap.LdapAuthProvider |
provider.group.className | org.jivesoftware.openfire.ldap.LdapGroupProvider |
provider.user.className | org.jivesoftware.openfire.ldap.LdapUserProvider |
provider.vcard.className | org.jivesoftware.openfire.ldap.LdapVCardProvider |