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
> 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 NorrbringYup. 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.
It is possible. If you put the following lines in your smb.conf under [global]: unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n . CIAO Thomas Nolte -- Nolte Infosysteme, Neue Strasse 37, 38300 Wolfenbuettel tel 05331-946210, fax 05331-946211, www.nolteinfosysteme.de -----Urspr?ngliche Nachricht----- Von: samba-bounces+list=nolteinfosysteme.de@lists.samba.org [mailto:samba-bounces+list=nolteinfosysteme.de@lists.samba.org] Im Auftrag von Anders Norrbring Gesendet: Donnerstag, 29. Januar 2004 12:38 An: Samba user list Betreff: [Samba] Change passwords 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 -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
On Thu, 2004-01-29 at 22:38, Anders Norrbring wrote:> 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 SuSEThis works out of the box, standard, with no modification required. Changing the unix password at the same time is a different matter, but did you actually try before you asked the list? Andrew Bartlett -- Andrew Bartlett abartlet@pcug.org.au Manager, Authentication Subsystems, Samba Team abartlet@samba.org Student Network Administrator, Hawker College abartlet@hawkerc.net http://samba.org http://build.samba.org http://hawkerc.net -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://lists.samba.org/archive/samba/attachments/20040130/aacc920c/attachment.bin