Skip to content
Snippets Groups Projects
Commit b1144155 authored by Maxime Kohlhaas's avatar Maxime Kohlhaas
Browse files

LDAP : Add SID sync in user creation

parent 8ab450f6
Branches
Tags
No related merge requests found
......@@ -200,6 +200,7 @@ if ($result >= 0)
$fuser->user_mobile=$ldapuser[$conf->global->LDAP_FIELD_MOBILE];
$fuser->office_fax=$ldapuser[$conf->global->LDAP_FIELD_FAX];
$fuser->email=$ldapuser[$conf->global->LDAP_FIELD_MAIL];
$fuser->ldap_sid=$ldapuser[$conf->global->LDAP_FIELD_SID];
$fuser->job=$ldapuser[$conf->global->LDAP_FIELD_TITLE];
$fuser->note=$ldapuser[$conf->global->LDAP_FIELD_DESCRIPTION];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment