hi, On 17 November 2010 14:38, DaZZa <[email protected]> wrote: > Folks. > > I'm trying to setup a completely basic SAMBA server on a CentOS box > which has been delivered for demonstration purposes. > > I want something dead simple - one directory, world writable to anyone > who browses to it. > > I've put the following smb.conf file on the box > > [global] > workgroup = demo > server string = SAMBA Server > load printers = no > log file = /var/log/log.%m > max log size = 0 > security = share > encrypt passwords = no > unix password sync = no > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > dns proxy= no > host msdfs = no > passdb backend = smbpasswd > > [transfer] > comment = Export > path = /home/demo/dirwatched/ > read only = no > public = yes > browsable = yes > writable = yes
perhaps you need: guest ok = yes and then make sure you have: guest account = $UserWhoCanWriteToYourShare cheers justin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
