Integerate PMM with LDAP/AD

Hi Velumal
Using the latest version of PMM2 you’ll only have to enable LDAP by running the following commands:
sudo docker exec -it pmm-server /bin/bash
Edit the /etc/grafana/grafana.ini file, uncomment the variable enabled and set it to true:

[auth.ldap]
enabled = true

Restart grafana:
supervisorctl restart grafana

Then, in the PMM/Server Admin option, you’ll find the LDAP tab where you can set the LDAP server information.

Here is a blogpost with a nice walkthrough the above.

1 Like