Add support for master eauth LDAP config

This commit is contained in:
Brad Thurber
2016-05-26 10:52:10 -04:00
parent 4388d06963
commit b9ae603fd7
2 changed files with 67 additions and 0 deletions
+5
View File
@@ -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: