1
0
Fork 0

Update ldap.toml to work with salt 2018.3

See 8393560642/doc/topics/releases/2018.3.0.rst
This commit is contained in:
Alejandro Bednarik 2018-10-11 11:11:50 -03:00 committed by GitHub
parent c04fd6984e
commit efc4dbf16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ bind_password = "{{ ldap_params.bind_password }}"
search_filter = "{{ ldap_params.user_search_filter }}"
# An array of base dns to search through
search_base_dns = {{ ldap_params.user_search_base_dns }}
search_base_dns = {{ ldap_params.user_search_base_dns | yaml }}
# In POSIX LDAP schemas, without memberOf attribute a secondary query must be made for groups.
# This is done by enabling group_search_filter below. You must also set member_of= "cn"