Samba + jelszómódosítás = invalid pass?

Fórumok

Samba + jelszómódosítás = invalid pass?

Hozzászólások

Helló!

létrehoztam rootként egy usert a sambaba meg eleve linuxon is. namost rootként simán tudok jelszótmódosítani de userként kellene ráadásul a rendszerrel szinkronizálva. (Azaz, hogy ugyanaz legyen a pass a rendszeren és a samba-n). SZóval ezt beállítottam a config fileban. És ezekután userkén beírom hogy smbpasswd és ezt kapom:

bigacsiga@Server:~$ smbpasswd
Old SMB password:
New SMB password:
Retype new SMB password:
machine 127.0.0.1 rejected the password change: Error was : RAP86: The specified password is invalid.
Failed to change password for bigacsiga

Az smb.conf-om:
[global]
workgroup = talento
Server string = Talento Share Server
log file = /var/log/samba/log
max log size = 1000
security = user
encrypt passwords = true
smb passwd file = /etc/samba/smbpasswd
unix password sync = yes
passwd program = /usr/bin/paswd %u
passwd chat = Enter\snew\sUNIX\spassword:* %n/n *Retype\snew\sUNIX\spassword:* %n/n
domain master = yes
local master = yes
preferred master = yes
domain logons = yes
logon script = /etc/samba/netlogon/netlogon.bat
os level = 65
message command = /usr/bin/mail -s 'messagefrom %f on %m' root < %s; rm %s
hide dot files = yes
veto files = /.*/*.tmp/

[homes]
comment = Home Directories
browseable = no
public = yes
writeable = yes
path = /home/%u/
create mask = 0700

[netlogon]
comment = Network Logon Service
#guest ok = yes
writeable = no
public = no
#share modes = no

Tudnátok segíteni?
Köszi!

"passwd program = /usr/bin/paswd %u"
Ez a configban is így áll?

igen, már kijavítottam de nme használ. Ugyanaz a hiba.

[quote:af47378944="bigacsiga"]igen, már kijavítottam de nme használ. Ugyanaz a hiba.

A sambad-t restart-otad?