I am currently trying to change a password of an ldap account with ruby. As I used OpenDJ and Java before, it was possible to trigger a password change request which only got the new password as plain text but at the end it was set as crypted password using the function which was set in OpenLDAP options.
But with ruby, I only figured out how to change the password attribute directly.
Can I do the same with ruby what I do in java with OpenDJ?