Bug 173853

Summary: libuser - now supports only crypt() passwords in setpass should support blowfish
Product: [Fedora] Fedora Reporter: Eric Moret <eric.moret>
Component: libuserAssignee: Miloslav Trmač <mitr>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mgarski, tmraz
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173002
Whiteboard:
Fixed In Version: 0.56.7-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-09 16:28:46 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:
Bug Depends On: 173834    
Bug Blocks: 173002    

Description Eric Moret 2005-11-21 21:19:34 UTC
Description of problem:

This bug is opened in relation to a feature request for support of blowfish
crypt in shadow/passwd files. libuser should support blowfish in addition to
crypt.

Cf: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173002

Comment 1 Miloslav Trmač 2005-11-29 22:20:08 UTC
lib/user.c will have to create 128 bits of salt (not just 128/6 characters),
not separated from the hash with $.

Can't be tested without glibc support, though.

Comment 2 Miloslav Trmač 2008-01-09 16:28:46 UTC
The glibc maintainer decided blowfish support will not be added, see
https://bugzilla.redhat.com/show_bug.cgi?id=173834#c2 .

Rawhide libuser-0.56.7-1 supports SHA256 and SHA512.