Merge pull request #1956 from laf/user-validation

Add config option for librenms user + validate.php support
This commit is contained in:
Daniel Preussker
2015-09-22 18:09:28 +00:00
4 changed files with 30 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ $config['memcached']['enable'] = FALSE;
$config['memcached']['host'] = 'localhost';
$config['memcached']['port'] = 11211;
// This is the user LibreNMS will run as
//Please ensure this user is created and has the correct permissions to your install
$config['user'] = 'librenms';
### Locations - it is recommended to keep the default
#$config['install_dir'] = "/opt/librenms";