Added: allow appending of domain name to username when user tries to login (#7790)

This commit is contained in:
Fabian Grutschus
2020-02-04 21:47:49 +01:00
committed by GitHub
parent 56582614b6
commit 5becb93e6c
9 changed files with 71 additions and 5 deletions
+2 -1
View File
@@ -341,7 +341,8 @@ class Setting extends Model
'ldap_tls',
'ldap_pw_sync',
'is_ad',
'ad_domain'
'ad_domain',
'ad_append_domain',
])->first()->getAttributes();
return collect($ldapSettings);