I have a CentOS7 Server running slapd 2.4.44 and I'd like to modify the default hashing algorithm being used. Instead of using SSHA, i'd like to use SHA-256 or SHA-512.
I've been having trouble finding documentation on this and I'd like to ask if anyone can provide a link to any resources to put me on the right track.
I've read a few articles that mentioned using CRYPT to instruct OpenLDAP to use a strong encryption scheme but bash returns an error when I try those commands.
For example, I entered the following at the terminal..
password-hash {CRYPT} password-crypt-salt-format "$6$%.16s"
"bash: password-hash: command not found..."
Is there a file I should be modifying instead?
Thanks!