Item10511: Add option to exclude members from GROUPINFO
Priority: Enhancement
Current State: Confirmed
Released In: n/a
Target Release: n/a
AdminUser should not be listed as eligible for "remove user" in the Group API for the
AdminGroup. The AdminUser is internally generated and cannot be removed.
So this should be a new option to
GROUPINFO.
But... AdminUser should only be hidden from the list of users of AdminGroup, not from other groups. What would the
GROUPINFO option look like?
excludemember="AdminGroup->AdminUser, MyGroup->AdminUser, BogusUser"
--
ArthurClemens - 19 Mar 2011
its a little more than that.
essentially, there needs to be a flag internally for mappers to be able to indicate the removability of a user from a group - its not just the admin user - (from some other generated groups).
additionally, other mappers have a concept of a static group that can have extra users added to it, but the original group can't be removed..
ie, its not a
GROUPINFO option, but rather a mapper group functionaltity that needs amending.
--
SvenDowideit - 20 Mar 2011