mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +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"][3] = 'posixAccount';
|
||||||
$entry["objectclass"][4] = 'shadowAccount';
|
$entry["objectclass"][4] = 'shadowAccount';
|
||||||
|
|
||||||
if ($phpgw_info["server"]["ldap_extra_attributes"]) {
|
if ($phpgw_info["server"]["ldap_extra_attributes"] && $account_type != 'g') {
|
||||||
if ($account_home)
|
if ($account_home)
|
||||||
{
|
{
|
||||||
$entry["homedirectory"] = $account_home;
|
$entry["homedirectory"] = $account_home;
|
||||||
|
Loading…
Reference in New Issue
Block a user