mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Do not set homedir/shell for groups
This commit is contained in:
parent
f67a1de2cd
commit
443b54d641
@ -352,7 +352,7 @@
|
||||
$entry["objectclass"][3] = 'posixAccount';
|
||||
$entry["objectclass"][4] = 'shadowAccount';
|
||||
|
||||
if ($phpgw_info["server"]["ldap_extra_attributes"]) {
|
||||
if ($phpgw_info["server"]["ldap_extra_attributes"] && $account_type != 'g') {
|
||||
if ($account_home)
|
||||
{
|
||||
$entry["homedirectory"] = $account_home;
|
||||
|
Loading…
Reference in New Issue
Block a user