Skip to content

Commit

Permalink
Remove configs that are already the default
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed May 7, 2022
1 parent 8577694 commit 43f93ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TODO
202205
-------
- Once upgrading to 2.6.9, can remove gsh code marked "Temporary fix for GRP-4024" from bootstrap.gsh files

- Bug in 2.6.8, attr_read isn't enough to see attributes; need admin privileges on the object to see the option in the menu

202202
-------
Expand Down
6 changes: 3 additions & 3 deletions base/container_files/conf/grouper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
# settings that can be applied to the grouper.properties

#if groups like the wheel group should be auto-created for convenience (note: check config needs to be on)
configuration.autocreate.system.groups = true
#(already the default) configuration.autocreate.system.groups = true

# A wheel group allows you to enable non-GrouperSystem subjects to act
# like a root user when interacting with the registry.
groups.wheel.use = true
#(already the default) groups.wheel.use = true

# Set to the name of the group you want to treat as the wheel group.
# The members of this group will be treated as root-like users.
groups.wheel.group = etc:sysadmingroup
#(already the default) groups.wheel.group = etc:sysadmingroup

# Used to allow Include Exclude groups
grouperIncludeExclude.use = true
Expand Down

0 comments on commit 43f93ff

Please sign in to comment.