mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-01 03:29:35 +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
9f3f931cfa
commit
57bfb75342
@ -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