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