summaryrefslogtreecommitdiffstats
path: root/pillar/role
diff options
context:
space:
mode:
Diffstat (limited to 'pillar/role')
-rw-r--r--pillar/role/salt/master.sls11
1 files changed, 11 insertions, 0 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls
index 94641f6..6e39421 100644
--- a/pillar/role/salt/master.sls
+++ b/pillar/role/salt/master.sls
@@ -67,3 +67,14 @@ salt:
port: 4550
ssl_crt: ${'secret_salt:master:rest_tornado:ssl_crt'}
ssl_key: ${'secret_salt:master:rest_tornado:ssl_key'}
+ auth.ldap.server: ${'secret_salt:master:auth.ldap.server'}
+ auth.ldap.port: ${'secret_salt:master:auth.ldap.port'}
+ auth.ldap.tls: True
+ auth.ldap.scope: 0
+ auth.ldap.accountattributename: ${'secret_salt:master:auth.ldap.accountattributename'}
+ auth.ldap.groupou: ${'secret_salt:master:auth.ldap.groupou'}
+ auth.ldap.groupclass: ${'secret_salt:master:auth.ldap.groupclass'}
+ auth.ldap.basedn: ${'secret_salt:master:auth.ldap.basedn'}
+ auth.ldap.binddn: ${'secret_salt:master:auth.ldap.binddn'}
+ auth.ldap.bindpw: ${'secret_salt:master:auth.ldap.bindpw'}
+ auth.ldap.filter: ${'secret_salt:master:auth.ldap.filter'}