added ldap_location to settings

This commit is contained in:
Godfrey M
2023-04-25 11:44:04 -07:00
parent 7d9062c065
commit cb68f41d9c
7 changed files with 66 additions and 2 deletions
+9 -1
View File
@@ -341,7 +341,15 @@ class Setting extends Model
'ad_domain',
'ad_append_domain',
'ldap_client_tls_key',
'ldap_client_tls_cert'
'ldap_client_tls_cert',
'ldap_default_group',
'ldap_dept',
'ldap_emp_num',
'ldap_phone_field',
'ldap_jobtitle',
'ldap_manager',
'ldap_country',
'ldap_location',
])->first()->getAttributes();
return collect($ldapSettings);