Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Loading status checks…
Added folders per the TIER Grouper Deployment Guide
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
gs = GrouperSession.startRootSession() | ||
|
||
addStem("","app", "enterprise applications access control policy") | ||
addStem("","basis", "groups used exclusively by the IAM team to build reference groups") | ||
addStem("","bundle", "sets of reference groups used in policy for many services") | ||
addStem("","org", "delegated authority, ad-hoc groups, org owned apps or reference groups") | ||
addStem("","ref", "reference groups (i.e. institutional meaningful cohorts)") | ||
addStem("","test", "test folder for system verification") | ||
addStem("","app", "app") | ||
addStem("","basis", "basis") | ||
addStem("","bundle", "bundle") | ||
addStem("","org", "org") | ||
addStem("","ref", "ref") | ||
addStem("","test", "test") | ||
|
||
addMember("etc:sysadmingroup","banderson"); |