Hi,
I am using kubernetes to deploy grafana v 7.3.4 with all my dashboards. With reference to AD ldap mappings, I have mounted all the correct files in place and it works well. I have one problem with ldap and our active directory server in that only one user can log in to grafana but no one after that. I have also noticed that the ‘Main Org’ which has an id of 1 is the only one I use and in the logs it shows it wants to register the user as user id 0 with org id 0, which does not exist, even though I forced it to always use org id 1. If someone has also experienced this issue could you please help me. Here are my grafanna.ini and ldap,toml files:
I have finally found out the correct way to do this after playing around with all the different attributes and dn types. Please note this is for Acvtive Directory and has not been tested on any other ldap service. My config for ldap is now as follows:
Just for clarity, do you mean those as literal strings, or should they be
substituted for appropriate values according to the organisation’s Active
Directory setup?
I hope this helps someone down the line
Very nice - thanks for giving a working example for people to find.