Update ldap.toml to work with salt 2018.3
See 8393560642/doc/topics/releases/2018.3.0.rst
This commit is contained in:
parent
c04fd6984e
commit
efc4dbf16e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ bind_password = "{{ ldap_params.bind_password }}"
|
||||||
search_filter = "{{ ldap_params.user_search_filter }}"
|
search_filter = "{{ ldap_params.user_search_filter }}"
|
||||||
|
|
||||||
# An array of base dns to search through
|
# 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.
|
# 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"
|
# This is done by enabling group_search_filter below. You must also set member_of= "cn"
|
||||||
|
|
Loading…
Reference in a new issue