浏览代码

fix(ldap conf): fixed another issue in ldap conf example

Torkel Ödegaard 10 年之前
父节点
当前提交
5744c70399
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      conf/ldap.toml

+ 1 - 1
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
 # The Grafana organization database id, optional, if left out the default org (id 1) will be used
 # org_id = 1
 # org_id = 1
 
 
-[[server.ldap_group_to_org_role_mappings]]
+[[server.group_mappings]]
 group_dn = "cn=users,dc=grafana,dc=org"
 group_dn = "cn=users,dc=grafana,dc=org"
 org_role = "Editor"
 org_role = "Editor"