When creating a group of user ids for some reason all the passwords were bad. The command was:
useradd -gdevgrp -s/bin/sh -pt0day -d/home/jsmith -m jsmith
when they try to signon using t0day it get rejected. We reset the passwd with passwd jsmith and it works fine even when set back to t0day.
Two questions:
1. Do you see what is wrong with the command?
2. Is there a way to reset 60 passwords without doing it one at a time since it prompts for the new password to be entered twice?
BTW - this is RedHat Linux AS
useradd -gdevgrp -s/bin/sh -pt0day -d/home/jsmith -m jsmith
when they try to signon using t0day it get rejected. We reset the passwd with passwd jsmith and it works fine even when set back to t0day.
Two questions:
1. Do you see what is wrong with the command?
2. Is there a way to reset 60 passwords without doing it one at a time since it prompts for the new password to be entered twice?
BTW - this is RedHat Linux AS