1
0
Fork 0
mirror of synced 2024-11-16 14:15:35 -05:00

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

View file

@ -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"