3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 09:05:37 +00:00

Fixed #7211, #9197, #7864, [ch15504] - Added additional LDAP fields to sync (#9318)

* LDAP and Active Directory has plenty of other [ch15504]

* removed department id from ldap sync

* removed department id from ldap sync

* Update 2021_03_18_184102_adds_several_ldap_fields.php
This commit is contained in:
Godfrey Martinez
2021-04-05 19:26:04 -07:00
committed by GitHub
parent eb0ae74ef8
commit 5ea759f615
6 changed files with 93 additions and 2 deletions

View File

@ -943,6 +943,9 @@ class SettingsController extends Controller
$setting->ldap_tls = $request->input('ldap_tls', '0');
$setting->ldap_pw_sync = $request->input('ldap_pw_sync', '0');
$setting->custom_forgot_pass_url = $request->input('custom_forgot_pass_url');
$setting->ldap_phone_field = $request->input('ldap_phone');
$setting->ldap_jobtitle = $request->input('ldap_jobtitle');
$setting->ldap_country = $request->input('ldap_country');
}