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

@@ -375,6 +375,10 @@ $config_file = <<<"EOD"
\$config\['db_name'\] = '$dbname';
\$config\['db'\]\['extension'\] = "mysqli";// mysql or mysqli
// 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';
### Memcached config - We use this to store realtime usage
\$config\['memcached'\]\['enable'\] = FALSE;
\$config\['memcached'\]\['host'\] = "localhost";