Displaying 1 result from an estimated 1 matches for "twrsrv".
Did you mean:
  pwrsrc
  
2003 Jul 11
1
Cant Change Password from W2K client
...- made sure the (old) password was correct
- made sure the  username in both smbpasswd and /etc/passwd was lowercase
- restarted the smbd daemon
- combed through smb.conf
and nothing. Can anyone offer advice? My smb.conf is below:
# Global parameters
[global]
	workgroup = TRGLOCAL
	netbios name = TWRSRV
	server string = Domain Controller %v
	encrypt passwords = Yes
	passwd program = /usr/bin/passwd %u
	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*
	unix...