My samba config
[root@lx-host home]# cat /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
netbios name = lx-host
server string = lx-host
server role = standalone server
passdb backend = tdbsam
security = user
guest account = guest
map to guest = Bad Password
[root@lx-host home]# cat /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
netbios name = lx-host
server string = lx-host
server role = standalone server
passdb backend = tdbsam
security = user
guest account = guest
map to guest = Bad Password
[test]
path = /home/test
writable = yes
public = yes
printable = no
[vault]
path = /home/vault
writable = yes
public = yes
printable = no
[share]
path = /home/share
writable = yes
public = yes
printable = no