diff options
Diffstat (limited to 'pillar/role')
-rw-r--r-- | pillar/role/salt/master.sls | 2 |
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'} |