cadolesAD

This commit is contained in:
afornerot 2021-01-12 13:52:11 +01:00
parent 48fcfb9919
commit a410415b97
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ class ldapService
$attrs['sAMAccountName'] = $user->getUsername();
$attrs["unicodepwd"] = $user->getPasswordad();
$attrs["userAccountControl"] = 544;
$attrs["homeDrive"] = "U:";
}
$attrs['givenName'] = $user->getFirstname();