If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
LDAP can be installed by using below steps.
First you have 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 exceeding modules, you have to recompile apache.
For 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
Comment