changing unix password with python

Martin v. Loewis martin at v.loewis.de
Fri Nov 15 08:26:33 EST 2002


Justin Ryan <jryan at rackspace.com> writes:

> Is there a python module that would facilitate changing a unix system
> user's password (preferably via PAM rather than directly modifying
> /etc/shadow)?

Google is your friend. Asking for "Python PAM" reveals

http://www.tummy.com/Software/PyPam/index.html

If you find you need to make changes, don't forget to contribute them
back to Rob Riggs.

Regards,
Martin



More information about the Python-list mailing list