mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
setting account_fullname, to get id2name($uid,account_fullname) working for groups in LDAP too
This commit is contained in:
parent
4b93e5c0c5
commit
4915952262
@ -447,6 +447,7 @@ class accounts_ldap
|
||||
'account_type' => 'g',
|
||||
'account_firstname' => $data['cn'][0],
|
||||
'account_lastname' => lang('Group'),
|
||||
'account_fullname' => lang('Group').' '.$data['cn'][0],
|
||||
'groupOfNames' => in_array('groupOfNames',$data['objectclass']),
|
||||
'account_email' => $data['mail'][0],
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user