grouper-users - Re: [grouper-users] SQL Loader Groups Membership Persistence
Subject: Grouper Users - Open Discussion List
List archive
- From: Stephen A Sazama <>
- To: "Hyzer, Chris" <>
- Cc: Dave Churchley <>, "" <>
- Subject: Re: [grouper-users] SQL Loader Groups Membership Persistence
- Date: Thu, 2 Mar 2017 11:42:32 -0500
- Ironport-phdr: 9a23:vjolrx1QeHhnjwqUsmDT+DRfVm0co7zxezQtwd8Zse0fK/ad9pjvdHbS+e9qxAeQG96KtrQf0aGH6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fdbghMhDexe71/IAu5oQjVqsUdnJdvJLs2xhbVuHVDZv5YxXlvJVKdnhb84tm/8Zt++ClOuPwv6tBNX7zic6s3UbJXAjImM3so5MLwrhnMURGP5noHXWoIlBdDHhXI4wv7Xpf1tSv6q/Z91SyHNsD4Ubw4RTKv5LpwRRT2lCkIKSI28GDPisxxkq1bpg6hpwdiyILQeY2ZKeZycr/Ycd4cWGFPXNteVzZZD4y+YYsBD+QPM+VFoYfju1QDtgGxCRW2Ce711jNEmn370Ksn2OohCwHG2wkgEsoTvnTIstr1LKcSXv6zzKLV0TjIcu5Y1i386YfSdxAuu+yHULVrccrK00YuFhnKjlCKpoH+IjOV0/kCv3KF4OV9SOKikmgqoBxyrDi33sohi4rEipgLxl3K6yl12ps5KNO6RUJhY9OpHoNcuz+GO4ZyWM8vQGFltDwkxrEYt5O3ZjUGxZAjyhPZdveJaZKH4gj5W+aUOTp4hGxqeLa4hxuq70eg0ffzW8au3FZXqypKj8PAtnEV1xzT78iGReFx8Vum2TaKzwzT6+dELl4olafDKpMswaQ8moQdvEjdBCP6hUv7ga2Mekgm9OWk8+Hnba/npp+YOY90kAb+MqE2l8ykGuQ3KAkPUHKe+eumz7Dj4Ej5T6hQgvIoj6bZrYjWJd4Hqa6hHw9VzoEj5g6wDze819QYgGEHI0xfeB6ekojpIE/BIOrjDfqkh1SskSxrx+zdPrH/GJnNL37DkKv/crZn7U5T1hYzwc5F651KF74BPaG7Zkik/vzJHBIjd0Sfw/zmE581goYVWXOdD7WxMbjZ90KQ6+QpZeSAedlGliz6Lq0e+/P2jXI/0XZVRqC71J4eICSjBf10KkCQSWfpjpEMHXpc7Vl2d/DjlFDXCW0bXH21Ra9po2hjUI8=
We had out groups setup in hierarchical folders.
penn:community:orgs:TOPU:WHATE
VER :IT:SOMETHING:4972
Then IT moved to something else, which changed to:
penn:community:orgs:TOPU:OTHER
PLACE :IT:SOMETHING:4972
this messed up a lot of things.
So we changed so that orgs are now:
penn:community:orgs:4972
Now if it is moved, then we are all good. If it is renamed to a different org number, then the problem you describe will happen. We only put the code in the group system name (well, its actually a folder and a group name). So if an org is renamed to a different name, still good. Only if the org code changes (which hopefully is rare) will there be problems.
Thanks
Chris
From: [mailto:] On Behalf Of Dave Churchley
Sent: Thursday, March 02, 2017 3:48 AM
To: Stephen A Sazama <>;
Subject: RE: [grouper-users] SQL Loader Groups Membership Persistence
This scenario bit us a few years ago. Just as you describe, new groups were created, groups with the old names were deleted and, as a result, people lost access to resources. (This was before I was working with Grouper myself so some of the details might be a bit sketchy.)
We’ve now got it set up so that new groups are created but the old groups are not deleted so, in effect, we have two groups of the same set of people, one with the old name and one with the new name. At that point the membership of the old group becomes static (the loader ignores it) so any resources relying on that group are still available to the right people initially but over time, as people should join or leave the group, the membership becomes wrong. We then need a manual process to associate the resources with the new groups instead of the old groups and manually delete the old groups when they are no longer needed.
If anyone has a better way of handling this, I’d be very interested!
Dave
From: [] On Behalf Of Stephen A Sazama
Sent: 01 March 2017 21:04
To:
Subject: [grouper-users] SQL Loader Groups Membership Persistence
Hi All,
We have an Org Hierarchy of groups generated by SQL Loaders, similar to the Penn structure described on the wiki. A big concern for us right now is what happens when one of those organizational units gets renamed in the source database. When the loader runs again, a new group would be created and the one with the old name would get deleted along with all of its memberships in other roles/groups. Grouper has no way of knowing that a rename happened.
Have others faced this problem and found any good solutions?
Thanks,
Stephen Sazama
University of Maryland, College Park
- [grouper-users] SQL Loader Groups Membership Persistence, Stephen A Sazama, 03/01/2017
- Message not available
- Message not available
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Dave Churchley, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Hyzer, Chris, 03/02/2017
- Re: [grouper-users] SQL Loader Groups Membership Persistence, Stephen A Sazama, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Hyzer, Chris, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Hyzer, Chris, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Hyzer, Chris, 03/02/2017
- Re: [grouper-users] SQL Loader Groups Membership Persistence, Stephen A Sazama, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Hyzer, Chris, 03/02/2017
- Re: [grouper-users] SQL Loader Groups Membership Persistence, Stephen A Sazama, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Hyzer, Chris, 03/02/2017
- Re: [grouper-users] SQL Loader Groups Membership Persistence, Stephen A Sazama, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Hyzer, Chris, 03/02/2017
- RE: [grouper-users] SQL Loader Groups Membership Persistence, Dave Churchley, 03/02/2017
- Message not available
- Message not available
Archive powered by MHonArc 2.6.19.