Hi
To use samba, there has to be a valid (user) account on the linux maschine and with the same username under samba. From the windows maschine, a user can now login with this account on linux/samba.
Use:
Code:
/usr/bin/smbpasswd -a <username>
to add a linux user to samba.
(If the windows-user uses his windows username and password on linux + samba, he would spare the extra samba login when conntecting to the samba share).