mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
docs: minor docs fix
This commit is contained in:
parent
3fa2ec0762
commit
913b8576f8
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
* **Dataproxy**: Pass configured/auth headers to a Datasource [#10971](https://github.com/grafana/grafana/issues/10971), thx [@mrsiano](https://github.com/mrsiano)
|
* **Dataproxy**: Pass configured/auth headers to a Datasource [#10971](https://github.com/grafana/grafana/issues/10971), thx [@mrsiano](https://github.com/mrsiano)
|
||||||
* **Cleanup**: Make temp file time to live configurable [#11607](https://github.com/grafana/grafana/issues/11607), thx [@xapon](https://github.com/xapon)
|
* **Cleanup**: Make temp file time to live configurable [#11607](https://github.com/grafana/grafana/issues/11607), thx [@xapon](https://github.com/xapon)
|
||||||
|
* **LDAP**: Define Grafana Admin permission in ldap group mappings [#2469](https://github.com/grafana/grafana/issues/2496), PR [#12622](https://github.com/grafana/grafana/issues/12622)
|
||||||
|
|
||||||
### Minor
|
### Minor
|
||||||
|
|
||||||
|
@ -72,7 +72,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"
|
||||||
# To make user a instance admin (Grafana Admin) uncomment line below
|
# To make user an instance admin (Grafana Admin) uncomment line below
|
||||||
# grafana_admin = true
|
# grafana_admin = true
|
||||||
# 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
|
||||||
|
@ -74,7 +74,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"
|
||||||
# To make user a instance admin (Grafana Admin) uncomment line below
|
# To make user an instance admin (Grafana Admin) uncomment line below
|
||||||
# grafana_admin = true
|
# grafana_admin = true
|
||||||
# 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
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user