Hi
I am trying to configure a very simple samba standalone server sharing a folder to windows 7 clients with full permissions without asking for username and password. The smb.conf file is the following:
[Global]
workgroup = traf
netbios name = filesrv01
security = user
map to guest = Bad User
[myshare]
comment = Data
path = /myshare
force user = nobody
force group = nobody
writable = yes
browsable = yes
guest ok = Yes
Unfortunately from the windows client I can't connect taking the error "you do not have permission to access \\x.x.x.x\share
Any help will be appreciated
Thanks and Regards
George