[Tickets #2394] NEW: LDAP based groupmanagement
bugs@bugs.horde.org
bugs at bugs.horde.org
Fri Aug 5 07:16:38 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2394
-----------------------------------------------------------------------
Ticket | 2394
Created By | gwprojekt at gmx.de
Summary | LDAP based groupmanagement
Queue | Horde Framework Packages
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
+New Attachment | horde_update.txt
-----------------------------------------------------------------------
gwprojekt at gmx.de (2005-08-05 07:16) wrote:
I found two bugs in the groupmanagement based on ldap.
first:
if the group has only one member, the memberlist doesn't work cause the
return value of "function listUsers($dn)" in Horde/Group/ldap.php is a
string not an array
second:
i couldn't add new member to an existing group, because of a mistake in
"function updateGroup($group)" in Horde/Group/ldap.php.
The array $entry hast two subarrays: $entry['memberuid'] and
$entry['memberUid']. In my case the $entry['memberUid'] is worthless because
ldap inserts all members listed in $entry['memberuid'] and ignore the value
with the uid of the new member in $entry['memberUid'].
I created a workaround with comments for it too (attachement), but in both
cases there must be better solutions.
Deleting of members of the group doesn't work, too, but i had no time to fix
it.
i apologize for my bad english.
More information about the bugs
mailing list