From 1660cb1fbb5f162a9be1aeab3d0903fa2dac2c5e Mon Sep 17 00:00:00 2001 From: Marco Dura <16349340+dl1ch@users.noreply.github.com> Date: Thu, 22 Sep 2022 15:22:30 +0200 Subject: [PATCH] example_config: grafana fix typos and attributes --- example_configs/grafana_ldap_config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_configs/grafana_ldap_config.toml b/example_configs/grafana_ldap_config.toml index 727aaf0..4d5d467 100644 --- a/example_configs/grafana_ldap_config.toml +++ b/example_configs/grafana_ldap_config.toml @@ -20,7 +20,7 @@ ssl_skip_verify = false # client_key = "/path/to/client.key" # Search user bind dn -bind_dn = "cn=,ou=people,dc=example,dc=org" +bind_dn = "uid=,ou=people,dc=example,dc=org" # Search user bind password # If the password contains # or ; you have to wrap it with triple quotes. Ex """#password;""" bind_password = "" @@ -44,6 +44,6 @@ username = "uid" # If you want to map your ldap groups to grafana's groups, see: https://grafana.com/docs/grafana/latest/auth/ldap/#group-mappings # As a quick example, here is how you would map lldap's admin group to grafana's admin # [[servers.group_mappings]] -# group_dn = "cn=lldap_admin,ou=groups,c=example,dc=org" +# group_dn = "uid=lldap_admin,ou=groups,dc=example,dc=org" # org_role = "Admin" # grafana_admin = true