mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
* LDAP/Import: fix not imported memberships of groups in LDAP not using their gidNumber, because it is already used as uidNumber / user
This commit is contained in:
parent
d0ce70e563
commit
da9b08e999
@ -839,8 +839,9 @@ class Import
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$set_members[$sql_id] = $this->accounts->members($group['account_id']);
|
$set_members[$sql_id] = $this->accounts->members($account_id);
|
||||||
}
|
}
|
||||||
|
$this->logger("Group '$group[account_lid]' members: ".json_encode($set_members[$sql_id]), 'debug');
|
||||||
}
|
}
|
||||||
|
|
||||||
// delete the groups not returned from LDAP, groups can NOT be deactivated, we just delete them in the DB
|
// delete the groups not returned from LDAP, groups can NOT be deactivated, we just delete them in the DB
|
||||||
|
Loading…
Reference in New Issue
Block a user