Skip to content

Commit c18741c

Browse files
committed
docs(ldap): adds note about special chars in password
closes grafana#5337
1 parent 02bf83b commit c18741c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conf/ldap.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ ssl_skip_verify = false
1919
# Search user bind dn
2020
bind_dn = "cn=admin,dc=grafana,dc=org"
2121
# Search user bind password
22+
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
2223
bind_password = 'grafana'
2324

2425
# User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"

docs/sources/installation/ldap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ssl_skip_verify = false
4343
# Search user bind dn
4444
bind_dn = "cn=admin,dc=grafana,dc=org"
4545
# Search user bind password
46+
# If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
4647
bind_password = 'grafana'
4748

4849
# User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"

0 commit comments

Comments
 (0)