diff --git a/example_configs/grafana_ldap_config.toml b/example_configs/grafana_ldap_config.toml index 645552c..fe0895f 100644 --- a/example_configs/grafana_ldap_config.toml +++ b/example_configs/grafana_ldap_config.toml @@ -37,7 +37,7 @@ search_base_dns = ["dc=example,dc=org"] [servers.attributes] member_of = "memberOf" email = "mail" -name = "givenName" +name = "displayName" surname = "sn" username = "uid"