mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add auth_ldap_cacertfile and auth_ldap_ignorecert options (#15526)
* add auth_ldap_cacertfile and auth_ldap_ignorecert options * style-ci
This commit is contained in:
@@ -362,6 +362,14 @@ return [
|
||||
'description' => 'Show debug',
|
||||
'help' => 'Shows debug information. May expose private information, do not leave enabled.',
|
||||
],
|
||||
'auth_ldap_cacertfile' => [
|
||||
'description' => 'Override system TLS CA Cert',
|
||||
'help' => 'Use supplied CA Cert for LDAPS.',
|
||||
],
|
||||
'auth_ldap_ignorecert' => [
|
||||
'description' => 'Do not require valid Cert',
|
||||
'help' => 'Do not require a valid TLS Cert for LDAPS.',
|
||||
],
|
||||
'auth_ldap_emailattr' => [
|
||||
'description' => 'Mail attribute',
|
||||
],
|
||||
|
Reference in New Issue
Block a user