Archive for September 29th, 2011
OpenFire with Active Directory – Elastix
Posted by Shyju Kanaprath in Asterisk, MySQL, Technical, VOIP on September 29, 2011
Create database for Openfire
# mysql -u root -p mysql> create database openfire;
Goto IM tab in Elastix GUI and start the installation.
Select the MySQL DB which you have created already.
Select Profile Settings as Directory Server

Put Active Directory Credentials
Choose the admin accounts for Open Fire.

Click Continue.
If you face the “HTTP ERROR: 500 INTERNAL_SERVER_ERROR” run the following commands.
# mkdir /var/lib/php/session/cache # chmod 777 cache
Click browser’s back button and click continue to finish the installation.

For testing install XMPP client Pandion and login with Active Directory username @ Openfire Server name and active directory password. See the screenshot.




