grafana: single quote LDAP password
This commit is contained in:
parent
c7f94b54c8
commit
e2acfd4031
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ ssl_skip_verify = false
|
|||
bind_dn = "{{ grafana.ldap.bind_dn }}"
|
||||
# Search user bind 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)"
|
||||
search_filter = "(cn=%s)"
|
||||
|
|
Loading…
Reference in a new issue