mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add comment about client_acl_blacklist
This commit is contained in:
parent
0f944125b0
commit
46fcbd7100
1 changed files with 12 additions and 6 deletions
18
conf/master
18
conf/master
|
@ -150,12 +150,18 @@
|
|||
#
|
||||
|
||||
# Blacklist any of the following users or modules
|
||||
#client_acl_blacklist:
|
||||
# users:
|
||||
# - root
|
||||
# - '^(?!sudo_).*$' # all non sudo users
|
||||
# modules:
|
||||
# - cmd
|
||||
#
|
||||
# This example would blacklist all non sudo users, including root from
|
||||
# running any commands. It would also blacklist any use of the "cmd"
|
||||
# module.
|
||||
# This is completely disabled by default.
|
||||
#
|
||||
# client_acl_blacklist:
|
||||
# users:
|
||||
# - root
|
||||
# - '^(?!sudo_).*$' # all non sudo users
|
||||
# modules:
|
||||
# - cmd
|
||||
|
||||
|
||||
# The external auth system uses the Salt auth modules to authenticate and
|
||||
|
|
Loading…
Add table
Reference in a new issue