[ postfixadmin-Patches-2943017 ] Dovecot SSHA support
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2010-01-31 22:42:57
|
Patches item #2943017, was opened at 2010-01-31 03:20 Message generated for change (Comment added) made by dehalion You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2943017&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Core Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Dehalion (dehalion) Assigned to: Nobody/Anonymous (nobody) Summary: Dovecot SSHA support Initial Comment: Dovecot SSHA encryption is not supported by default because dovecotpw doesn't allow to give a salt for creating a password. I found a PHP function written by chantra at http://coding.debuntu.org/php-how-calculate-ssha-value-string which verifies a given SSHA hash and a plaintext password. This function is used if the password in the database starts with {SSHA} and dovecot is used as encryption type. ---------------------------------------------------------------------- >Comment By: Dehalion (dehalion) Date: 2010-01-31 23:42 Message: I forgot: affected files: only functions.inc.php modified function pacrypt() added function ssha_verify_password() ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2943017&group_id=191583 |