Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: change unix password with cgi-script

by duelafn (Parson)
on Jun 08, 2011 at 12:58 UTC ( [id://908703]=note: print w/replies, xml ) Need Help??


in reply to Re^2: change unix password with cgi-script
in thread change unix password with cgi-script

This should handle the mechanics of updating the shadow file for you:

system "/usr/sbin/usermod" => "--password", $cryptedShadowString, $benutzername;

Good Day,
    Dean

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://908703]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found