grafana: single quote LDAP password

This commit is contained in:
Alexandre Iooss 2021-11-27 16:45:09 +01:00
parent c7f94b54c8
commit e2acfd4031

View file

@ -24,7 +24,7 @@ ssl_skip_verify = false
bind_dn = "{{ grafana.ldap.bind_dn }}" bind_dn = "{{ grafana.ldap.bind_dn }}"
# Search user bind password # Search user bind password
# If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;""" # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;"""
bind_password = "{{ grafana.ldap.bind_password }}" bind_password = '{{ grafana.ldap.bind_password }}'
# User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)" # User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"
search_filter = "(cn=%s)" search_filter = "(cn=%s)"