The following issue has been RESOLVED. 
====================================================================== 
http://www.dbmail.org/mantis/view.php?id=1040 
====================================================================== 
Reported By:                ktwalrus
Assigned To:                
====================================================================== 
Project:                    DBMail
Issue ID:                   1040
Category:                   Authentication layer
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
target:                      
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             04-Feb-14 18:57 CET
Last Modified:              07-Feb-14 14:37 CET
====================================================================== 
Summary:                    Error on pwtype=sha512
Description: 
sha512 password encryption doesn't work.  The problem is that authsql.c
checks that the password hash length is not greater than or equal to 128
(if so, fails with "password length insane").  sha512 hashes are 128
characters long.  Fix is to just change '>= 128' to '> 128' in authsql.c.
====================================================================== 

---------------------------------------------------------------------- 
 (0003634) paul (administrator) - 07-Feb-14 14:37
 http://www.dbmail.org/mantis/view.php?id=1040#c3634 
---------------------------------------------------------------------- 
fixed now. Thanks. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
04-Feb-14 18:57  ktwalrus       New Issue                                    
07-Feb-14 14:37  paul           Note Added: 0003634                          
07-Feb-14 14:37  paul           Status                   new => resolved     
07-Feb-14 14:37  paul           Resolution               open => fixed       
======================================================================

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to