Morning all,
I have configured my LDAP.toml file to authenticate users from my windows server but this means that the password used to authenticate between Grafana and Active Directory is stored in plain text. I have tried to use a python script and calling hashlib to hash the password but then it obviously can not compare my hashed password in LDAP with Active Directory.
Is there a way to store a hashed password for LDAP and still work? This is a security issue and can not have it left as a plain text.
Cheers and thank you.