From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; TUCOWS) Description of problem: When I use de option -p with que useradd tool the password field in the shadow file is not encryted and the user could not login before the administrator change the password Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.# useradd danielad -p daniela123 -G wheel -c "Daniela Daros -- EBSD" 2. # more /etc/passwd | grep danielad > danielad:x:509:510:Daniela Daros -- EBSD:/home/danielad:/bin/bash 3.# more /etc/shadow | grep danielad > danielad:daniela123:11850:0:186:7::: Additional info:
The man page clearly states that "-p" is for the encrypted password, not a plaintext one. Also, useradd is not part of the unarj package.