Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] admin users created in a group at higher level folder is not able to see the groups in lower level folder in the hierarchy

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] admin users created in a group at higher level folder is not able to see the groups in lower level folder in the hierarchy


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "" <>, Siju Jacob <>
  • Cc: " Mailing List" <>, Omer Almatary <>, Nazeer Syed <>
  • Subject: RE: [grouper-users] admin users created in a group at higher level folder is not able to see the groups in lower level folder in the hierarchy
  • Date: Mon, 26 Mar 2018 19:56:26 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:ItDHtBJRTDuLecdwZdmcpTZWNBhigK39O0sv0rFitYgXKv/6rarrMEGX3/hxlliBBdydt6ofzbKO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxlGiTanfb9+MAi9oBnMuMURnYZsMLs6xAHTontPdeRWxGdoKkyWkh3h+Mq+/4Nt/jpJtf45+MFOTav1f6IjTbxFFzsmKHw65NfqtRbYUwSC4GYXX3gMnRpJBwjF6wz6Xov0vyDnuOdxxDWWMMvrRr0vRz+s87lkRwPpiCcfNj427mfXitBrjKlGpB6tvgFzz5LIbI2QMvd1Y6HTcs4ARWdZXshfSTFPAp+yYYUMAeoOP+dYoJXyqFYVtxuyGRWgCfnzxjNUhHL727Ax3eQ7EQHB2QwtB9wCvnbUrdT0KqgSS/i5x7TWwDXDdfNW2Cz95IbVeR0mpPGDQbJwcMrQyEYxDQPIlVSQqZf5MD+Py+QNq3aU7+xmVe61lWEothxxryGpy8wxhIfJgYcVxUrF9SV/2Is1JNu4SFJlbt6+FptfqT2aO5VsTsw8Xm5opSA3waAFt56jZCUG1o4oywLCZ/GCboSE/w/vWeOfITp3mH5pZLeyihSs/kWvyeDxU8y53EhWoidKitXAq34A2wDJ5sWDV/dx5Fmt1SuL2gzJ9+1JI0E5mbLVK5E/wbM8ip8evEHDEyLygkr5kqqbe0Y49ee27+nqZ6npqYKGOINpjwzzPaAjltKwDOk+LwMARXKU+f6m273m5UD5QKtFjvkxkqTBqJ7XOcMVqrK3DgNMzIst8guzAy6h0NsDg3YLNlVFeA+bj4fyPFHOPfb4Auqlj1S0ijdrwOzGMaP9DZXRL3jDl7Hhcax6605B1Aozyddf55VXCr0bPP3zXUrxuMTZDh8/LQO03/7qBMtn2Y8CRG6CB7KVPL7PvVKN6OIiLPWAaJMQtTv/Nfco6P3jgHo8lFMDYaWk0oMbaHWiEfRnJ0WZb2DsgtAEEWoSuwoxUOzqiV2DUDFNfXa/RKM85ionB468EIfDXp6igLqH3CuhAJJZe31GBkiWEXj0b4WER+sMaCWKL89uiDwEUqWhS5c/2hG0rQP61qFnIfTO+i0Drp/j0Nl15/bPlREp6zB4FcWd02eRT25qhGMIQSE53LxhrUBn1FiMzLV40LRkEokZ5e5NUwASM4/BieF2Fpq6DgDcetaOYFC3X5OrDSxnCpoKwt0TK2R0ENKoxkTY3XXyWZcSlqDNHoEo/a/GxD78K9srmFjc06x0xXk3UMZVcSWNhrR+7EKbU4vCk1SLmryCdL8XmjPV+WGFi2eCoRcLA0ZLTazZUCVHNQPtptPj6xaHFuf2BA==
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

With your version of the UI you need a rule in GSH.  IF you upgrade/patch you can do this via UI.

 

https://spaces.internet2.edu/display/Grouper/Grouper+rules+use+case+-+Inherited+privileges+on+groups

 

grouperSession = GrouperSession.startRootSession();

 

## this is the folder enclosing the groups

stemToAssign = StemFinder.findByName(grouperSession, "a:b:c");

 

## this is the group of admins

admins = GroupFinder.findByName(grouperSession, "penn:someFolder:security:someFolderAdmins");

 

## do you need “admin”, or “read,update”  ?

RuleApi.inheritGroupPrivileges(SubjectFinder.findRootSubject(), stemToAssign, Stem.Scope.SUB, admins.toSubject(), Privilege.getInstances("admin"));

 

RuleApi.runRulesForOwner(stemToAssign);

 

 

Thanks

Chris

 

From: [mailto:] On Behalf Of Julio Macavilca
Sent: Monday, March 26, 2018 12:15 PM
To: Siju Jacob <>
Cc: Mailing List <>; Omer Almatary <>; Nazeer Syed <>
Subject: Re: [grouper-users] admin users created in a group at higher level folder is not able to see the groups in lower level folder in the hierarchy

 

Are you saying the permissions weren't inherited, if so, I found this helpful:

 

Or you can also write a rule in gsh.

 

thanks,

Julio

 

On Mon, Mar 26, 2018 at 11:04 AM, Siju Jacob <> wrote:

Hi,

    I created a admin group as below and added few users to it.

       orgs:10014:ru-Newark Chancellor's Office_Admin

But these users are not able to see the groups within the subfolders inside this folder (orgs:10014).

 

Below is the subfolder which has 8 groups, which is not visible to the admin users who belong to ru-Newark Chancellor's Office_Admin.

orgs:10014:10056:ref.

 

I am sure, something is missed on my part while configuring this admin group.

 

Any advice or guidance would be greatly appreciated..!

Thanks,

Siju

 

 

 




Archive powered by MHonArc 2.6.19.

Top of Page