Hi, I don't understand very well your problem.
At login level, the store methos of password is indifferent, since it's converted internally without user action. I have encrypted password (MD5) and I only need write the password (login user) in cleartext password (in Base64 codification).
Maybe I didn't understood your problem... Regards, Spamis
Hi all. I have a requirement where I need to pop accounts from a qmail-ldap pop3 server. Problem is, I do not have the user's password. I have the md5 encrypted userpassword and I would like to know if it possible to do some sort of cleartext comparison. I have -DCLEARTEXTPASSWORD enabled in the makefile and i have controls/ldaprebind set to 0. I am having no joy though and hoped that someone may be able to shed some light on this; # telnet 192.168.222.57 110 Trying 192.168.222.57... Connected to 192.168.222.57. Escape character is '^]'. +OK <[EMAIL PROTECTED]> user scottlryan +OK pass {MD5}9mwh9qnYO6cB6IVNYhfc1A== -ERR authorization failed Connection closed by foreign host. -- Scott Ryan