Hi guys,
our client would like to be able to manage the group memberships of each user via the user view in the portal. The goal is to have something like a listview with checkboxes for every entry, listing all the available groups and beeing able the add or remove a group membership by changing the corresponding checkbox.
Well, I'm a little lost here. I've found some tutorials that describe how to add a new tab to the user RCDC, that lists all the groups the user is a member of. But as I said, I need to take it some steps further.
My idea is to add a "memberOf" attribute to the person object in the MV and then use a request based workflow, that gets triggered when the "memberOf" attribute changes and then adjusts the group memberships accordingly.
Would that approach be valid (i.e. could it work) or are there better (easier) ways to achieve that?
If that's the way to go, I would be interested in how you guys would try to get the "memberOf" AD-attribute imported to the MV. I was trying to use an LDIF-MA but it doesn't work yet.
Any help would be very appreciated. Thx