Bug 228269

Summary: luma computes invalid SMD5 hashes
Product: [Fedora] Fedora Reporter: Tomas Hoger <thoger>
Component: lumaAssignee: Jochen Schmitt <jochen>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-11 20:56:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
SMD5 hash computation fix none

Description Tomas Hoger 2007-02-12 11:30:41 UTC
Description of problem:

luma computes invalid SMD5 hashes.


Version-Release number of selected component (if applicable):

luma-2.3-8.fc6


Additional info:

In /usr/share/luma/lib/base/utils/backend/mkpasswd.py, MD5 digest is only
computed from password, not password + salt.  Please consider applying attached
patch.

Note:  I've checked pre-release of new upstream version 2.4 and same patch seems
to be applied there.  Therefore, this patch should only be relevant for new
Fedora releases of 2.3.

Comment 1 Tomas Hoger 2007-02-12 11:30:41 UTC
Created attachment 147888 [details]
SMD5 hash computation fix

Comment 2 Jochen Schmitt 2007-03-11 20:56:21 UTC
I have integrate the patch. The new version should be available in the next days.