I'm looking for a PHP script that helps users change their own Samba password on a server. Basically just an interface to smbpasswd. The user would ideally enter their samba username, current password and new password (twice). Upon form submission, the script would interface with smbpasswd and give them feedback as to whether or not it was a success or if they entered the wrong password or if their new passwords didn't match.
This kind of thing seems like an obvious thing that I was expecting to be out there, but I'm not finding much in my searches...
