in reply to Re: using Unix::PasswdFile to change either the password or the shell of a user
in thread using Unix::PasswdFile to change either the password or the shell of a user

Right if the change the line $pw = new Unix::PasswdFile "/etc/passwd"; to $pw = new Unix::PasswdFile "/etc/shadow"; it should work.
  • Comment on Re^2: using Unix::PasswdFile to change either the password or the shell of a user