Added: allow appending of domain name to username when user tries to login (#7790)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user