Creating Passwords from a perl script

2002-05-28 Thread Jamie Heckford
Hiya, Im trying to have the passwords on our FreeBSD boxen created by a perl script. Currently... the username/pass pairs are stored in a MySQL database. Easy enough to get them, but does anyone know a perl method of creating them in /etc/passwd? I know getpwent grabs values - im looking for a

Re: Creating Passwords from a perl script

2002-05-28 Thread Lukas Ertl
On Tue, 28 May 2002, Jamie Heckford wrote: Im trying to have the passwords on our FreeBSD boxen created by a perl script. Currently... the username/pass pairs are stored in a MySQL database. Easy enough to get them, but does anyone know a perl method of creating them in /etc/passwd? I know