mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(ldap): added config options for ssl skip verify, and ssl server name, #1450
This commit is contained in:
@@ -27,6 +27,10 @@ host = "127.0.0.1"
|
||||
port = 389
|
||||
# Set to true if ldap server supports TLS
|
||||
use_ssl = false
|
||||
# set to true if you want to skip ssl cert validation
|
||||
ssl_skip_verify = false
|
||||
# if cert validation is enabled, provide ldap cert server name
|
||||
ssl_server_name = ""
|
||||
|
||||
# Search user bind dn
|
||||
bind_dn = "cn=admin,dc=grafana,dc=org"
|
||||
|
||||
Reference in New Issue
Block a user