mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-09-21 16:57:20 +02:00
Add support for master eauth LDAP config
This commit is contained in:
@@ -37,6 +37,11 @@ salt:
|
||||
ssl_key: /etc/pki/api/certs/server.key
|
||||
debug: False
|
||||
disable_ssl: False
|
||||
## for external auth - LDAP
|
||||
# filter to use for Active Directory LDAP
|
||||
auth.ldap.filter: {% raw %}'sAMAccountName={{username}}'{% endraw %}
|
||||
# filter to use for Most other LDAP servers
|
||||
auth.ldap.filter: {% raw %}'uid={{ username }}'{% endraw %}
|
||||
|
||||
# salt minion config:
|
||||
minion:
|
||||
|
||||
Reference in New Issue
Block a user