mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix typo in host name: doc -> docs
http://docs.librenms.org/Extensions/Authentication/ exists, but http://doc.librenms.org/Extensions/Authentication/)
This commit is contained in:
@@ -436,7 +436,7 @@ $config['auth_mechanism'] = "mysql";
|
|||||||
```
|
```
|
||||||
This is the authentication type to use for the WebUI. MySQL is the default and configured when following the installation
|
This is the authentication type to use for the WebUI. MySQL is the default and configured when following the installation
|
||||||
instructions. ldap and http-auth are also valid options. For instructions on the different authentication modules please
|
instructions. ldap and http-auth are also valid options. For instructions on the different authentication modules please
|
||||||
see [Authentication](http://doc.librenms.org/Extensions/Authentication/).
|
see [Authentication](http://docs.librenms.org/Extensions/Authentication/).
|
||||||
|
|
||||||
```php
|
```php
|
||||||
$config['auth_remember'] = '30';
|
$config['auth_remember'] = '30';
|
||||||
|
Reference in New Issue
Block a user