mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 22:53:51 +08:00
Change LDAP configuration to secure connections (#53404)
This commit is contained in:
@ -51,11 +51,11 @@ See [configuration examples](#configuration-examples) for more information.
|
|||||||
```bash
|
```bash
|
||||||
[[servers]]
|
[[servers]]
|
||||||
# Ldap server host (specify multiple hosts space separated)
|
# 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
|
# 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)
|
# 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
|
# If set to true, use LDAP with STARTTLS instead of LDAPS
|
||||||
start_tls = false
|
start_tls = false
|
||||||
# set to true if you want to skip SSL cert validation
|
# set to true if you want to skip SSL cert validation
|
||||||
|
Reference in New Issue
Block a user