Bug 179405

Summary: improved version of grub-md5-crypt
Product: Red Hat Enterprise Linux 4 Reporter: Richard Keech <rkeech>
Component: grubAssignee: Peter Jones <pjones>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: nobody
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: 2011-07-27 18:03:24 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
improved version of the grub-md5-crypt script none

Description Richard Keech 2006-01-31 00:34:50 UTC
Description of problem:

The grub-md5-crypt only works interactively.  It would be useful for it
to work in the manner of "passwd --stdin".

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

0.95-3.5

I have attached an improved version of grub-md5-crypt which retains current
functionality but lets you do this sort of thing:

# echo sjfsjf|./grub-md5-crypt --stdin
$1$ViqCH1$3raNBTkMgwE3WWt/PyE6X.

Comment 1 Richard Keech 2006-01-31 00:34:50 UTC
Created attachment 123893 [details]
improved version of the grub-md5-crypt script