in reply to Reset unix passwords via Perl?

Unix::PasswdFile should do it for you.

Replies are listed 'Best First'.
Re^2: Reset unix passwords via Perl?
by JavaFan (Canon) on Sep 21, 2010 at 07:41 UTC
    Except that most, if not all, of the operating systems listed by the OP use a shadow password file to store the encrypted passwords. I did not get the impression Unix::PasswdFile deals with that.