Unable to configure the LDAP to Grafana v5.2.4

HI Team,

Please help to configure the LDAP Authentication, I enable the below option in ldap.toml file

host = “ldap.*********.com”
port = 389
bind_dn = “uid=*********,ou=applications,dc=*********,dc=com”
bind_password = ‘*********’
search_base_dns = [“ou=groups,dc=*********,dc=com”]
search_filter = “(uid=%s)”
group_search_filter = “((|(cn=******************)(cn=*********)(cn=*********)(cn=*********))”
group_search_base_dns = [‘ou=groups,dc=sherwin,dc=com’]

[servers.attributes]
name = “givenName”
surname = “sn”
username = “uid”
member_of = “isMemberOf”
email = “mail”

[[servers.group_mappings]]
group_dn = “ou=groups,dc=*********,dc=com”
org_role = “Admin”

[[servers.group_mappings]]
group_dn = “ou=groups,dc=*********,dc=com”
org_role = “Editor”

and in custom .ini file, I enable the below settings

[auth.ldap]
enabled = true
config_file = E:/grafana-5.2.4/conf/ldap.toml
allow_sign_up = false

FYI…i’m am running Grafana on windows 2016

After starting the Grafana, I’m not seeing any errors related to LDAP when I invite the users they are not able to login with LDAP credentials.

Please suggest if I miss anything.

regards,
Venkat

Enable ldap logging (see ldap docs)

And view server logs

You mean LDAP server logs or Grafana server logs

Grafana server logs is what I meant

I enable the below setting in .ini file but i didn’t see any details. Please let me know whether the above ldap.toml
configuration is correct or not . Let me know if imiss anything

[log]
filters = ldap:debug

And the grafana server logs m?