mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Initial conf for external auth (no worky yet)
This commit is contained in:
parent
9d50e7d659
commit
38dca085a8
1 changed files with 10 additions and 1 deletions
|
@ -144,7 +144,16 @@
|
|||
# larry:
|
||||
# - test.ping
|
||||
# - network.*
|
||||
|
||||
#
|
||||
# The external auth system uses the Salt auth modules to authenticate and
|
||||
# validate users to access areas of the Salt system
|
||||
#
|
||||
# external_auth:
|
||||
# pam:
|
||||
# fred:
|
||||
# - keys: ro
|
||||
# - file_roots: ro
|
||||
# - 'G@os:RedHat': test.ping
|
||||
|
||||
##### Master Module Management #####
|
||||
##########################################
|
||||
|
|
Loading…
Add table
Reference in a new issue