Bug 7660 - useradd -p enters plain text password
Summary: useradd -p enters plain text password
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: shadow-utils
Version: 6.1
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernhard Rosenkraenzer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-12-07 19:34 UTC by Adi Linden
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-12-08 15:15:45 UTC
Embargoed:


Attachments (Terms of Use)

Description Adi Linden 1999-12-07 19:34:57 UTC
When using the -p command line switch with useradd a plain text password is
added in /etc/passwd or /etc/shadow and not an encrypted password. After
using useradd a user connot log in with the password supplied to useradd,
the passwd command has to be run to update the passwd properly.

Comment 1 Bernhard Rosenkraenzer 1999-12-08 15:15:59 UTC
useradd -p takes the *encrypted* password as parameter.
Allowing to specify cleartext passwords in the command line would not be a very
good idea (anyone can read it, and it remains in .bash_history).

If you absolutely need that function, use something along the lines of

useradd -p `echo 'print crypt("password", "RH");' | perl` username


Note You need to log in before you can comment on or make changes to this bug.