Skip to content

Commit

Permalink
LDAP: Align ldap example with the devenv testdata (grafana#18343)
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo authored Aug 2, 2019
1 parent 82661b9 commit f68b8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/ldap.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ email = "email"

# Map ldap groups to grafana org roles
[[servers.group_mappings]]
group_dn = "cn=admins,dc=grafana,dc=org"
group_dn = "cn=admins,ou=groups,dc=grafana,dc=org"
org_role = "Admin"
# To make user an instance admin (Grafana Admin) uncomment line below
# grafana_admin = true
# The Grafana organization database id, optional, if left out the default org (id 1) will be used
# org_id = 1

[[servers.group_mappings]]
group_dn = "cn=users,dc=grafana,dc=org"
group_dn = "cn=users,ou=groups,dc=grafana,dc=org"
org_role = "Editor"

[[servers.group_mappings]]
Expand Down

0 comments on commit f68b8b7

Please sign in to comment.