Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
grouper/test-compose/data/container_files/conf/grouper.properties
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
25 lines (20 sloc)
1.05 KB
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
# | |
# Grouper Configuration | |
# $Id: grouper.example.properties,v 1.48 2009-12-16 06:02:30 mchyzer Exp $ | |
# | |
# Grouper uses Grouper Configuration Overlays (documented on wiki) | |
# By default the configuration is read from grouper.base.properties | |
# (which should not be edited), and the grouper.properties overlays | |
# the base settings. See the grouper.base.properties for the possible | |
# 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 | |
# 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 | |
# 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 | |
# Used to allow Include Exclude groups | |
grouperIncludeExclude.use = true | |
grouperIncludeExclude.requireGroups.use = true |