From 49c1d1a4ca788e004bbc1d3e989ab5cd7dbd13c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Sat, 1 Aug 2015 10:32:36 +0200 Subject: [PATCH] docs(ldap): fixed minor issue in ldap example config doc --- docs/sources/installation/ldap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/ldap.md b/docs/sources/installation/ldap.md index 4cba472d053..8c58081fd76 100644 --- a/docs/sources/installation/ldap.md +++ b/docs/sources/installation/ldap.md @@ -55,7 +55,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]] +[[servers.ldap_group_to_org_role_mappings]] group_dn = "cn=users,dc=grafana,dc=org" org_role = "Editor"