|
Samba error geting Access Deined on XP workstation
I have a new FC7 box and Samba running on it. All I want is an open server where anyone connected can dumb junk on it. I don't care about security because songs and pics anyone can see. I have tried and can see the server but everytime I try to write to it I get Access Deined. I have the Dir set at 777 and here is my smb.conf. Just want to dumb junk, any help will be thankful. Thanks.
[global]
workgroup = MAIN
server string = NAS Server %v
security = share
log file = /usr/local/samba/var/log.%m
max log size = 50
dns proxy = No
hosts allow = All
#============================ Share Definitions ==============================
[Temp]
comment = Ghost Files
path = /public
read only = no
guest ok = yes
write list = @Ghost
inherit permissions = Yes
create mask = 0777
This is a new box, I have no firewall and have done the smbpasswd thing. But I'm lost. Thanks.
|