LDAP can be installed with some easy steps.
First you need to install the openldap rpms through WHM.
WHM>Software>Install RPM
- install openldap
- install openldap-servers
- install openldap-devel (it requires cyrus-sasl-devel to be installed, you can install it from CentOS site).
installed openldap-clients
After installing all the above modules, you need to recompile apache.
if you are using php5, add the following in /var/cpanel/easy/apache/rawopts/all_php5
--with-ldap=/usr
Run /scripts/easyapache, after completion of easyapache run php -m to check that ldap support is added.
|