From 82d35b7d72a13a60c7994ea951242da06da024d9 Mon Sep 17 00:00:00 2001 From: linoman <2051016+linoman@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:27:22 +0200 Subject: [PATCH] Change LDAP configuration to secure connections (#53404) --- .../configure-security/configure-authentication/ldap.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md b/docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md index 84cca12bf8f..181ccac8f92 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/ldap.md @@ -51,11 +51,11 @@ See [configuration examples](#configuration-examples) for more information. ```bash [[servers]] # Ldap server host (specify multiple hosts space separated) -host = "127.0.0.1" +host = "ldap.my_secure_remote_server.org" # Default port is 389 or 636 if use_ssl = true -port = 389 +port = 636 # Set to true if LDAP server should use an encrypted TLS connection (either with STARTTLS or LDAPS) -use_ssl = false +use_ssl = true # If set to true, use LDAP with STARTTLS instead of LDAPS start_tls = false # set to true if you want to skip SSL cert validation