> Is it possible to enable a Windows XP SP1 user to change his > domain password > on the Samba server via the standard Windows way by pressing ctrl-alt-del > and choose Change Password? > > Samba is 2.2.5 SuSE > > Anders Norrbring
Yup. In [global] you want: You need to set the correct values for: passwd program (= /path/to/passwd %u) passwd chat (distro dependant - something like this though: passwd chat = *new*password* %n\\n*new*password* %n\\n *changed*) unix password sync (= yes) You could also use PAM: PAM password change = yes and delete the "passwd program" parameter. The password chat is distro dependant - because it is based on what happens if you type passwd <user> as root. try typing man smb.conf - its suprisingly useful! http://us1.samba.org/samba/docs/man/smb.conf.5.html#PASSWDPROGRAM Chris -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
