Added php-ldap requirement to ldap-docs

This commit is contained in:
Daniel Preussker
2015-08-18 17:06:28 +00:00
parent 443d19b640
commit 290f9d0d18
+2
View File
@@ -63,6 +63,8 @@ Config option: `ldap`
This one is a little more complicated :)
First of all, install ___php-ldap___ forCentOS/RHEL or ___php5-ldap___ for Ubuntu/Debian.
```php
$config['auth_ldap_version'] = 3; # v2 or v3
$config['auth_ldap_server'] = "ldap.example.com";