From 5744c70399416f9094fca6ab9732a9282843fe4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 18 Jul 2015 09:31:53 +0200 Subject: [PATCH] fix(ldap conf): fixed another issue in ldap conf example --- conf/ldap.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ldap.toml b/conf/ldap.toml index 1582e469242..7deb090f9d5 100644 --- a/conf/ldap.toml +++ b/conf/ldap.toml @@ -36,7 +36,7 @@ org_role = "Admin" # The Grafana organization database id, optional, if left out the default org (id 1) will be used # org_id = 1 -[[server.ldap_group_to_org_role_mappings]] +[[server.group_mappings]] group_dn = "cn=users,dc=grafana,dc=org" org_role = "Editor"