mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
more fixes and updates from sid3windr
git-svn-id: http://www.observium.org/svn/observer/trunk@579 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -18,6 +18,15 @@ $config['community'] = "public";
|
||||
|
||||
$config['base_url'] = "http://observer2.as8681.net";
|
||||
|
||||
### Authentication model
|
||||
$config['auth_mechanism'] = "mysql"; # default, other options: ldap
|
||||
|
||||
# LDAP module configuration
|
||||
$config['auth_ldap_server'] = "ldap.yourserver.com";
|
||||
$config['auth_ldap_port'] = 389;
|
||||
$config['auth_ldap_suffix'] = ",ou=People,dc=example,dc=com";
|
||||
$config['auth_ldap_prefix'] = "uid=";
|
||||
|
||||
### Location of executables
|
||||
|
||||
$config['rrdtool'] = "/usr/bin/rrdtool";
|
||||
|
Reference in New Issue
Block a user