mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -376,14 +376,14 @@ return [
|
||||
],
|
||||
'auth_ldap_wildcard_ou' => [
|
||||
'description' => 'Wildcard user OU',
|
||||
'help' => "Search for user matching user name independently of OU set in user suffix. Useful if your users are in different OU. Bind username, if set, still user suffix",
|
||||
'help' => 'Search for user matching user name independently of OU set in user suffix. Useful if your users are in different OU. Bind username, if set, still user suffix',
|
||||
],
|
||||
'auth_ldap_version' => [
|
||||
'description' => 'LDAP version',
|
||||
'help' => 'LDAP version to use to talk to the server. Usually this should be v3',
|
||||
'options' => [
|
||||
"2" => "2",
|
||||
"3" => "3",
|
||||
'2' => '2',
|
||||
'3' => '3',
|
||||
],
|
||||
],
|
||||
'auth_mechanism' => [
|
||||
@@ -1352,7 +1352,7 @@ return [
|
||||
],
|
||||
'twofactor' => [
|
||||
'description' => 'Enable Two-Factor Auth',
|
||||
'help' => "Enables the built in Two-Factor authentication. You must set up each account to make it active.",
|
||||
'help' => 'Enables the built in Two-Factor authentication. You must set up each account to make it active.',
|
||||
],
|
||||
'units' => [
|
||||
'days' => 'days',
|
||||
|
Reference in New Issue
Block a user