LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Cannot change samba password from XP (https://www.linuxquestions.org/questions/linux-networking-3/cannot-change-samba-password-from-xp-65924/)

kragbax 06-16-2003 09:30 AM

Cannot change samba password from XP
 
I can't change the password for the account from the XP change password dialog. I get an error that the password case don't match. I have the following segment in smb.conf if that is the section that would cause this.

passwd chat = *New*UNIX*password* %n\n *Retype*new*UNIX*password* %n\n *Enter*new*UNIX*password* %n\n *Retype*new*UNIX*password* %n\n *passwd: *all*authentication*tokens*updated*successfully*

david_ross 06-16-2003 12:57 PM

You should have something like:
Code:

  unix password sync = Yes
  passwd program = /usr/bin/passwd %u
  passwd chat = *New*password* %n\n *Retype*new*password* %n\n *passwd:*all*authentication*tokens*updated*successfully*



All times are GMT -5. The time now is 11:46 AM.