diff --git a/TODO.md b/TODO.md index e56f17a..98ac450 100644 --- a/TODO.md +++ b/TODO.md @@ -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 ------- diff --git a/base/container_files/conf/grouper.properties b/base/container_files/conf/grouper.properties index ade50c5..f80f914 100644 --- a/base/container_files/conf/grouper.properties +++ b/base/container_files/conf/grouper.properties @@ -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