forked from extern/egroupware
"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
|
// This is down here so we are sure to catch the acl changes
|
||||||
// for LDAP to update the memberuid attribute
|
// for LDAP to update the memberuid attribute
|
||||||
$group->data['account_email'] = $group_info['account_email'];
|
$group->data['account_email'] = $group_info['account_email'];
|
||||||
|
$group->data['account_lid'] = $group_info['account_name'];
|
||||||
$group->save_repository();
|
$group->save_repository();
|
||||||
|
|
||||||
$GLOBALS['egw']->hooks->process($GLOBALS['hook_values']+array(
|
$GLOBALS['egw']->hooks->process($GLOBALS['hook_values']+array(
|
||||||
|
Loading…
Reference in New Issue
Block a user