summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-01-28 00:19:42 +0100
committerGeorg Pfuetzenreuter2023-01-28 00:19:42 +0100
commite8b905cd0b96615cec593ff7437a70381ae893af (patch)
tree9fb9372dd0b4bfb3ade413fc0d747770cf554d43
parenta831a25701b015f222069258d957c14661da5514 (diff)
downloadsalt-e8b905cd0b96615cec593ff7437a70381ae893af.tar.gz
salt-e8b905cd0b96615cec593ff7437a70381ae893af.tar.bz2
salt-e8b905cd0b96615cec593ff7437a70381ae893af.zip
salt.master: increase LDAP scope
Likely needed as it does not support searching a more fine grained base DN. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r--pillar/role/salt/master.sls2
1 files changed, 1 insertions, 1 deletions
diff --git a/pillar/role/salt/master.sls b/pillar/role/salt/master.sls
index 058992b..79c49fb 100644
--- a/pillar/role/salt/master.sls
+++ b/pillar/role/salt/master.sls
@@ -70,7 +70,7 @@ salt:
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.scope: 2
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'}