From 7ee3b199316a8302ab83f761dee730f9dd57fdc4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 4 May 2007 14:18:47 +0000 Subject: [PATCH] "bugfix: group-name (account_lid) could not be changed" --- admin/inc/class.boaccounts.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/inc/class.boaccounts.inc.php b/admin/inc/class.boaccounts.inc.php index 52957645c2..5b994115a4 100755 --- a/admin/inc/class.boaccounts.inc.php +++ b/admin/inc/class.boaccounts.inc.php @@ -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(