All my LDAP users are Server Admin's (Why?)

Hi Yall,

Im trying to figure out why all my ldap users have server admin access enabled even though the ‘grafana_admin’ option is specified as false in my ldap.toml file (for each Org ID).

[[servers.group_mappings]]
group_dn = “cn=ldap-grafana-admin,ou=groups,dc=company,dc=okta-emea,dc=com”
org_role = “Admin”
grafana_admin = false
org_id = 1

From my logs:
The CN is detected and admin access work’s – “cn=ldap-grafana-admin,ou=groups,dc=company,dc=okta-emea,dc=com”,\n (string)

IsGrafanaAdmin: (*bool)(),\n – Seem’s this should be false but i still have full server access.

Is there another setting somewhere related to this behaviour?

Currently running Grafana v7.1.5.