From efc4dbf16e71fe0c1702105a6bc009d22c6d5fd3 Mon Sep 17 00:00:00 2001 From: Alejandro Bednarik Date: Thu, 11 Oct 2018 11:11:50 -0300 Subject: [PATCH] Update ldap.toml to work with salt 2018.3 See https://github.com/terminalmage/salt/blob/8393560642eb732f8768a9daafe42c1c592cbf82/doc/topics/releases/2018.3.0.rst --- grafana/files/ldap.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/files/ldap.toml b/grafana/files/ldap.toml index 0190ea2..f1bd80a 100644 --- a/grafana/files/ldap.toml +++ b/grafana/files/ldap.toml @@ -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"