#43 Implement Group membership page
Closed: Fixed None Opened 13 years ago by admiyo.

- link to Add group Use case
- populate groups list
- based on selected group, populate: users, member-groups, belongs-to
- link to add user to group use case
- link to add member group use case
- link to add to "belongs to group" use case

We will probably need to do the following in the API:
- extend API to hid group membership
- extend API to page/window group membership results


To do paging we'd have to use the LDAP paged results mechanism http://directory.fedoraproject.org/wiki/Simple_Paged_Results_Design

To do this we'll also need sessions working so we can keep the LDAP connection open and cache the handle to it. And we'd have to handle the case where someone fetches some results and goes to lunch. The connection will be lost.

Ugly but works:

do a user search. From the links in the last column, click on [G]. THis will list the groups the user is enrolled in. Click enroll button....should be obviosu from there.

Metadata Update from @admiyo:
- Issue assigned to admiyo
- Issue set to the milestone: FreeIPA 2.0 - 2010/07

7 years ago

Login to comment on this ticket.

Metadata