vote up 0 vote down star

I need to be able to change a user's password from a cron task or from an ssh session. Is there an easy way to do that with a bash script? If not, what's the easiest way to do it in Cocoa?

flag

1 Answer

vote up 1 vote down check

Use the passwd shell command.

link|flag
Doesn't passwd block redirecting input? If it doesn't, you could do this but you'd have to write all three lines out to a file (original, new, new) and then redirect it, but I thought that wasn't supposed to work (for safety). Could be wrong. – Bill K Dec 9 '08 at 18:39
beware, passwd(1) does not change the password the the user's keychain! – hop Dec 9 '08 at 18:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.