mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add HTTP-Auth (thanks Allen Parker <parker a isohunt o com>)
git-svn-id: http://www.observium.org/svn/observer/trunk@972 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -21,7 +21,8 @@ $config['community'] = "public";
|
||||
$config['base_url'] = "http://observer2.as8681.net";
|
||||
|
||||
### Authentication model
|
||||
$config['auth_mechanism'] = "mysql"; # default, other options: ldap
|
||||
$config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
|
||||
#$config['http_auth_guest'] = "guest"; # remember to configure this user if you use http-auth
|
||||
|
||||
# LDAP module configuration
|
||||
$config['auth_ldap_server'] = "ldap.yourserver.com";
|
||||
|
Reference in New Issue
Block a user