Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are 6 screens to control and view inherited privileges.

Table of Contents

View or assign inherited privileges in a folder

...

In order to see rules configuration for inherited privileges on the UI, you need to be able to be an admin (stemAdmin) on a folder which is affected by the rule.  If you want fewer people to be able to see the rule, you can adjust these in grouper.properties.  

Code Block

# require admin (GrouperSysAdmin or wheel group) to update inherited privileges
uiV2.privilegeInheritanceUpdateRequireAdmin = false


# require admin (GrouperSysAdmin or wheel group) to read inherited privileges
uiV2.privilegeInheritanceReadRequireAdmin = false


# require admin (GrouperSysAdmin or wheel group) to update inherited privileges
uiV2.privilegeInheritanceUpdateRequireGroup = 


# require admin (GrouperSysAdmin or wheel group) to read inherited privileges
uiV2.privilegeInheritanceReadRequireGroup = 

...