[ postfixadmin-Patches-2943017 ] Dovecot SSHA support
Brought to you by:
christian_boltz,
gingerdog
|
From: SourceForge.net <no...@so...> - 2010-03-24 12:48:25
|
Patches item #2943017, was opened at 2010-01-31 02:20 Message generated for change (Comment added) made by gingerdog 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: GingerDog (gingerdog) Date: 2010-03-24 12:48 Message: Hi thanks for taking the time to submit the patch - however, could you please regenerate it? It doesn't include any file names, or context around the changes, so I'm unsure as to where it should apply. If possible could you just attach the output from e.g. 'diff -u newfile.php oldfile.php' or something similar? Thanks! ---------------------------------------------------------------------- Comment By: Dehalion (dehalion) Date: 2010-01-31 22: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 |