Show
Ignore:
Timestamp:
01/03/07 10:38:16 (2 years ago)
Author:
mgood
Message:

AccountManagerPlugin:

use the full hash when checking crypt-ed passwords since some implementations differ in salt values (fixes #1059)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • accountmanagerplugin/0.9/acct_mgr/htfile.py

    r1518 r1844  
    166166                                      'are supported in the htpasswd file.') 
    167167        else: 
    168             return suffix == crypt(password, suffix[:2]
     168            return suffix == crypt(password, suffix
    169169 
    170170    def _get_users(self, filename):