From a410415b978af8e4c28e99a508f62c8a64f55d5d Mon Sep 17 00:00:00 2001 From: afornerot Date: Tue, 12 Jan 2021 13:52:11 +0100 Subject: [PATCH] cadolesAD --- src/ninegate-1.0/src/Cadoles/CoreBundle/Service/ldapService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ninegate-1.0/src/Cadoles/CoreBundle/Service/ldapService.php b/src/ninegate-1.0/src/Cadoles/CoreBundle/Service/ldapService.php index 8b0a94d5..d80c0039 100644 --- a/src/ninegate-1.0/src/Cadoles/CoreBundle/Service/ldapService.php +++ b/src/ninegate-1.0/src/Cadoles/CoreBundle/Service/ldapService.php @@ -296,6 +296,7 @@ class ldapService $attrs['sAMAccountName'] = $user->getUsername(); $attrs["unicodepwd"] = $user->getPasswordad(); $attrs["userAccountControl"] = 544; + $attrs["homeDrive"] = "U:"; } $attrs['givenName'] = $user->getFirstname();