mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"bugfix: group-name (account_lid) could not be changed"
This commit is contained in:
parent
b67a8934e3
commit
7ee3b19931
@ -244,6 +244,7 @@
|
||||
// This is down here so we are sure to catch the acl changes
|
||||
// for LDAP to update the memberuid attribute
|
||||
$group->data['account_email'] = $group_info['account_email'];
|
||||
$group->data['account_lid'] = $group_info['account_name'];
|
||||
$group->save_repository();
|
||||
|
||||
$GLOBALS['egw']->hooks->process($GLOBALS['hook_values']+array(
|
||||
|
Loading…
Reference in New Issue
Block a user