Merge pull request #12807 from nyxi/master

Support client certificates for LDAP servers
This commit is contained in:
Marcus Efraimsson
2018-08-13 15:48:39 +02:00
committed by GitHub
4 changed files with 18 additions and 0 deletions
+3
View File
@@ -40,6 +40,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"