LDAP group mapping

Hi everybody,
Is there a way - in toml file - to assign an existing team to an user of a LDAP group ?
For example, something like that:

[[servers.group_mappings]]
group_dn = “<my_ldap_group>”
org_role = “Editor”
team = "<my_team>"

Thanks in advance,
Best regards,

That’s not supported in open source Grafana.

However, Grafana Enterprise includes an enhanced LDAP integration which adds support for synchronization of team members from LDAP to teams, see documentation for more information.

Thanks for your answer.
I have to ask my boss and pray :wink:
Best regards,