mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fixed now working contact-data-edit of accounts via admin for accounts in ldap
This commit is contained in:
parent
5d30855ed1
commit
5f41dd5512
@ -395,6 +395,7 @@ class accounts_backend
|
||||
// lastlogin and lastlogin from are not availible via the shadowAccount object class
|
||||
// 'account_lastlogin' => $data['phpgwaccountlastlogin'][0],
|
||||
// 'account_lastloginfrom' => $data['phpgwaccountlastloginfrom'][0],
|
||||
'person_id' => $data['uid'][0], // id of associated contact
|
||||
);
|
||||
if ($GLOBALS['egw_info']['server']['ldap_extra_attributes'])
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user