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:
Peter Childs
2023-11-02 12:18:44 +10:30
committed by GitHub
parent a8b4068922
commit 828be4bb52
4 changed files with 34 additions and 0 deletions

View File

@@ -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',
],