mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Merge pull request #1716 from librenms/f0o-ldap-docs
Added php-ldap requirement to ldap-docs
This commit is contained in:
@@ -63,6 +63,8 @@ Config option: `ldap`
|
|||||||
|
|
||||||
This one is a little more complicated :)
|
This one is a little more complicated :)
|
||||||
|
|
||||||
|
First of all, install ___php-ldap___ forCentOS/RHEL or ___php5-ldap___ for Ubuntu/Debian.
|
||||||
|
|
||||||
```php
|
```php
|
||||||
$config['auth_ldap_version'] = 3; # v2 or v3
|
$config['auth_ldap_version'] = 3; # v2 or v3
|
||||||
$config['auth_ldap_server'] = "ldap.example.com";
|
$config['auth_ldap_server'] = "ldap.example.com";
|
||||||
|
|||||||
Reference in New Issue
Block a user