Merge pull request #1716 from librenms/f0o-ldap-docs

Added php-ldap requirement to ldap-docs
This commit is contained in:
Neil Lathwood 2015-08-18 18:07:29 +01:00
commit 9293b308fd

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";