Support client certificates for LDAP servers

This commit is contained in:
Emil Flink
2018-08-03 12:00:20 +02:00
parent bda49fcaa2
commit 5bea54eaaa
4 changed files with 18 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ start_tls = false
ssl_skip_verify = false
# set to the path to your root CA certificate or leave unset to use system defaults
# root_ca_cert = "/path/to/certificate.crt"
# Authentication against LDAP servers requiring client certificates
# client_cert = "/path/to/client.crt"
# client_key = "/path/to/client.key"
# Search user bind dn
bind_dn = "cn=admin,dc=grafana,dc=org"