How to let users change linux password from web browser?
- by wag2639
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.