mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Initial work on ldap support, #1450
This commit is contained in:
@@ -174,6 +174,18 @@ header_name = X-WEBAUTH-USER
|
||||
header_property = username
|
||||
auto_sign_up = true
|
||||
|
||||
#################################### Auth LDAP ##########################
|
||||
[auth.ldap]
|
||||
enabled = true
|
||||
hosts = ldap://localhost.com:389
|
||||
use_ssl = false
|
||||
base_dn = dc=grafana,dc=org
|
||||
bind_path = cn=%username%,dc=grafana,dc=org
|
||||
attr_username = cn
|
||||
attr_name = cn
|
||||
attr_surname = sn
|
||||
attr_email = email
|
||||
|
||||
#################################### Logging ##########################
|
||||
[log]
|
||||
# Either "console", "file", default is "console"
|
||||
|
Reference in New Issue
Block a user