I installed Samba with Fink (who here doesn't like Fink).
Now I want to use Usermin (part of webmin) so that users can change their own passwords, to all services.
The URL for the page I'm looking at runs something like this:
http://<SERVERIP>:10000/usermin/edit_configs.cgi?mod=changepass
there is an option to "Also change samba password with command"...
I used the command:
/sw/bin/smbpasswd -a $REMOTE_USER
with no success.
Anyone know how to do this successfully?
(I know keychain support breaks when you do this... they only connect via SHell (well, just me)... FTP, Samba, and AppleShare...so it's irrelevent.)
Thanks!