in reply to Re: Shadow Passwords
in thread Shadow Passwords
my $epassword = `openssl passwd -apr1 -salt '$1' '$password'`; !system ('useradd', '-g', 'users', '-d', "/home/$username", '-p', $epassword, '-s', '/bin/false', '-c', $fullname, $username) or die "Creation of User Failed";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Shadow Passwords
by fokat (Deacon) on May 03, 2003 at 18:05 UTC |