Loading...
 
Skip to main content

History: PHP LDAP Module

Source of version: 3 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # Checking if it is installed

To check if the PHP LDAP Module is installed on your server, use ((Server Check|Tiki Check)) and search for a section labelled "ldap".

# 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