summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-27 20:01:01 +0100
committerGeorg Pfuetzenreuter2023-01-27 20:01:01 +0100
commit570522176a64ae79171689eb3d0858f6338c3662 (patch)
tree7ad3a39030c667296456e1446e59bc963a941bc0
parent85bfe2cac4fd55e8cdd1653a6a3122a0fd77da6d (diff)
downloadsalt-570522176a64ae79171689eb3d0858f6338c3662.tar.gz
salt-570522176a64ae79171689eb3d0858f6338c3662.tar.bz2
salt-570522176a64ae79171689eb3d0858f6338c3662.zip
salt.master: add LDAP configuration
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-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'}