Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

samba configuration

user1699391Apr 27 2015 — edited Apr 28 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 26 2015
Added on Apr 27 2015
3 comments
822 views