OpenLDAP and md5crypt
Saturday, January 23rd, 2010I’ve got some machines which authenticate their local users against OpenLDAP, and I wanted to reset some passwords from a Perl script.
First I tried just calling modify from Net::LDAP. That worked but just set the new password as plain text. My passwords appear to be “md5crypt”, and normally look like this:
{CRYPT}$1$fywXcrPC$Uakrx8POGBf1WM9l6mkG6/
I could come [...]
BitFolk