Skip to Content.
Sympa Menu

grouper-dev - add ability to manage privileges of loader managed group_list groups

Subject: Grouper Developers Forum

List archive

add ability to manage privileges of loader managed group_list groups


Chronological Thread 
  • From: Chris Hyzer <>
  • To: "" <>
  • Subject: add ability to manage privileges of loader managed group_list groups
  • Date: Mon, 18 May 2009 11:36:51 -0400
  • Accept-language: en-US
  • Acceptlanguage: en-US

I added this to grouper:

https://bugs.internet2.edu/jira/browse/GRP-276

This is done.

In the grouperLoaderGroupQuery, you can now put columns for readers, viewers,
admins, updaters, optins, optouts.
The data in the column should be comma separated subjectIds or
subjectIdentifiers. If it is a group name, the group will be created (though
the parent stem must exist).

Generally you will use this to put a list of readers/viewers/etc on a
group_list so that you can manage access to all of the managed groups for
that loader job in one place. Though you could also have different lists for
different groups.

Here is an example (GSH set attribute):

setGroupAttr("poc:orgs:orgsConfig", "grouperLoaderGroupQuery", "select
gh.org_hierarchical_sor_name as group_name, gh.org_hierarchical_sor_disp_name
as group_display_name, org_description as group_description,
'poc:orgs:orgReaders' as readers, 'poc:orgs:orgAdmins' as admins,
'poc:orgs:orgUpdaters' as updaters, 'poc:orgs:orgViewers' as viewers from
grouperorgs_hierarchical gh, grouperorgs_poc_orgs gpo where gh.org_id =
gpo.id");


I updated the documentation here:

https://wiki.internet2.edu/confluence/display/GrouperWG/Grouper+-+Loader

Regards,
Chris



Archive powered by MHonArc 2.6.16.

Top of Page