mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
chore: add comment to clarify that org_id usage
As described here: https://community.grafana.com/t/many-to-many-group-dn-org-role-mapping-in-ldap-config/729/2 org_id can be used to allow multiple group_dn's to map to the same org_role provided the org_id differs.
This commit is contained in:
parent
665cf55e6e
commit
6ebb31bed4
@ -73,7 +73,7 @@ email = "email"
|
|||||||
[[servers.group_mappings]]
|
[[servers.group_mappings]]
|
||||||
group_dn = "cn=admins,dc=grafana,dc=org"
|
group_dn = "cn=admins,dc=grafana,dc=org"
|
||||||
org_role = "Admin"
|
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. Setting this allows for multiple group_dn's to be assigned to the same org_role provided the org_id differs
|
||||||
# org_id = 1
|
# org_id = 1
|
||||||
|
|
||||||
[[servers.group_mappings]]
|
[[servers.group_mappings]]
|
||||||
|
Loading…
Reference in New Issue
Block a user