How to let users change linux password from web browser?
Posted
by wag2639
on Server Fault
See other posts from Server Fault
or by wag2639
Published on 2010-06-11T02:16:19Z
Indexed on
2010/06/11
2:24 UTC
Read the original article
Hit count: 263
I'm not sure if this is a stackoverflow question or serverfault but here goes:
I have an Ubuntu 10.04 file server (Samba/FTP/HTTP) and I would like to have the ability to give users the ability to change their password to the server using their web browser.
I've written a similar script before using PHP and a mess of exec but I believe that isn't secure because it can be listened to by someone looking at the list of processes on the server.
Is there some kind of plugin (PHP or Python or other) that can do this easily?
I rather not use something like webmin as it's overkill for this.
© Server Fault or respective owner