Auth AD URL (#11884)

* Missing auth_ad_url

WIP

* add auth_ad_filter

* Pluralize

* Remove Translation, and add translations generation.
This commit is contained in:
Munzy
2020-07-01 11:23:35 -07:00
committed by GitHub
parent 98502325db
commit 8a851eda9f
3 changed files with 17 additions and 7 deletions

View File

@@ -235,6 +235,10 @@ return [
'description' => 'User LDAP filter',
'help' => 'Active Directory LDAP filter for selecting users'
],
'auth_ad_url' => [
'description' => 'Active Directory Server(s)',
'help' => 'Set server(s), space separated. Prefix with ldaps:// for ssl. Example: ldaps://dc1.example.com ldaps://dc2.example.com'
],
'auth_ldap_attr' => [
'uid' => [
'description' => 'Attribute to check username against',