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

And I can start Samba, browse to the machine, but can NOT enter the
directory "transfer" defined above - permission errors every time.

What the heck am I doing wrong, and how do I fix it? I don't want to
muck around with SMB passwords or users - just want the damn thing to
be browsable and writable.

Cluestick application appreciated.

Thanks.

DaZZa
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to