salt.master: increase LDAP scope
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Likely needed as it does not support searching a more fine grained base DN. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
a831a25701
commit
e8b905cd0b
@ -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'}
|
||||
|
Loading…
Reference in New Issue
Block a user