[#4371] Vpopmail driver for MD5 support
Summary Vpopmail driver for MD5 support
Queue Passwd
Queue Version 3.0
Type Bug
State No Feedback
Priority 2. Medium
Owners
Requester andrea (dot) durante (at) metroitaly (dot) it
Created 08/31/2006 (619 days ago)
Due
Updated 11/05/2006 (553 days ago)
Assigned 09/27/2006 (592 days ago)
Resolved 11/05/2006 (553 days ago)
Attachments vpopmail.php.diff Download
Milestone
Patch

History
11/05/2006 Jan Schneider State ⇒ No Feedback
 
09/27/2006 Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
This patch doesn't make any sense to me. You are encrypting the provided old password with the currently stored password as a salt. Since both passwords have to be the same, the opposite would work as well, which is happening if using comparePasswords().
08/31/2006 andrea (dot) durante (at) metroitaly (dot) it Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Vpopmail driver for MD5 support
Queue ⇒ Passwd
New Attachment: vpopmail.php.diff Download
Reply to this comment
The vpopmail driver didn't work if vpopmail was compiled for MD5 password. Using the encryption=crypt_md5 into the backend.php and this modified version, all work fine.