File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
docs/sources/installation Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ ssl_skip_verify = false
19
19
# Search user bind dn
20
20
bind_dn = " cn=admin,dc=grafana,dc=org"
21
21
# Search user bind password
22
+ # If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
22
23
bind_password = ' grafana'
23
24
24
25
# User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ ssl_skip_verify = false
43
43
# Search user bind dn
44
44
bind_dn = " cn=admin,dc=grafana,dc=org"
45
45
# Search user bind password
46
+ # If the password contains # or ; you have to wrap it with trippel quotes. Ex """#password;"""
46
47
bind_password = ' grafana'
47
48
48
49
# User search filter, for example "(cn=%s)" or "(sAMAccountName=%s)" or "(uid=%s)"
You can’t perform that action at this time.
0 commit comments