Buchan Milne wrote:
IMHO, you shouldn't be hashing passwords on the client-side, it is much better to let the DS hash the password
In some use-cases it is better to do client-side hashing. Especially if you want to set more attributes together with attribute 'userPassword' in a single modify request (which means single transaction).
Ciao, Michael.