RE: setting a user passwd

2005-07-22 Thread Bob Showalter
Victor Pezo wrote: Hi, I am developing a program that sets passwd for any user but i dont want the operator sets the passwd. I want to give it as a result of a function [EMAIL PROTECTED] victor]$ perl passwd.pl victor1 #!/usr/bin/perl $usuario=$ARGV[0];

setting a user passwd

2005-07-21 Thread Victor Pezo
Hi, I am developing a program that sets passwd for any user but i dont want the operator sets the passwd. I want to give it as a result of a function [EMAIL PROTECTED] victor]$ perl passwd.pl victor1 #!/usr/bin/perl $usuario=$ARGV[0]; $passwd=PASSWDGENERATEBYOTHERFUNCTION `sudo