15Eki
How to change the password hashing scheme in LDAP using an external library with slapd.d config
I am trying to change the password hashing scheme for LDAP. Hypothetically, let’s assume it’s pw-argon.so
I don’t have slapd.conf I have the slapd.d directory where I can make changes dynamically to the daemon.
What changes do I have to m…