SAMBA does not let the user change password

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Craig White
Data:  
Asunto: SAMBA does not let the user change password
On Wed, 2003-10-15 at 14:34, Narayanasamy, Sundar wrote:
> Hello,
>
> I have a samba server that comes up with the following error, when regular user tries to change the password. It allows the root to set the same password.
>
> Error:
> machine 127.0.0.1 rejected the password change: Error was : The specified password is invalid.
>

-------
somewhere within your smb.conf you should have a line similar to...

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



one line - no breaks (save for the \ )

also check your /var/log/messages & /var/log/secure &
/var/log/samba/appropriate_machine_log

Craig