From a79102b42dadb62f3de715779e5f4de86cfe850e Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Thu, 6 Apr 2017 09:53:11 +0200 Subject: [PATCH] Fix ldap ca_cert example/docs for proper syntax (#8044) --- conf/ldap.toml | 2 +- docs/sources/installation/ldap.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/ldap.toml b/conf/ldap.toml index 305929b80d7..ae217106cb2 100644 --- a/conf/ldap.toml +++ b/conf/ldap.toml @@ -14,7 +14,7 @@ start_tls = false # set to true if you want to skip ssl cert validation 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 +# root_ca_cert = "/path/to/certificate.crt" # Search user bind dn bind_dn = "cn=admin,dc=grafana,dc=org" diff --git a/docs/sources/installation/ldap.md b/docs/sources/installation/ldap.md index d8538182b68..e8e1c8e57bd 100644 --- a/docs/sources/installation/ldap.md +++ b/docs/sources/installation/ldap.md @@ -38,7 +38,7 @@ start_tls = false # set to true if you want to skip ssl cert validation 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 +# root_ca_cert = "/path/to/certificate.crt" # Search user bind dn bind_dn = "cn=admin,dc=grafana,dc=org"