Checking if it is installed
To check if the PHP LDAP Module is installed on your server, go to tiki-phpinfo.php and search for a section labelled "ldap". If you do not have this section listed, then it is not installed.Installing
Depending on your server distribution/installation the method to install it would be different. For example:- Ubuntu
- apt-get install php5-ldap
- CentOS
- yum install php-ldap
You should restart apache after installing the ldap module
