When I use ldapsearch command, I see my password (is 'abc123') is encrypted in openldap:
userPassword:: e1NTSEF9THk4YmtNTUxHV09sOEYvdUdKRE1McFR6eTU2OWNQRVo=
I tried to encode my password on http://www.onlinehashcrack.com/hash-calculator.php but cannot see matched method.
Could you show me what is encryption method here or how to find it in openldap configuration?
Thanks,
Viet
userPassword::indicate that the attribute value is base64 encoded, not the=. A base64 encoded string doesn't necessarily contain a=at the end (or anywhere). – daff Oct 10 '12 at 12:40