Hi all in the list,

I was wondering if some one can help me with that, I am try to put to
work a simple file share with samba where I will share a folder to any
one, and one folder have to autenticate users at pam

I try it like that:
[global]

        workgroup = COMMODITY
        netbios name = thewho
        log file = /var/log/samba3/log.%m
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

[mp3]
        comment = Shared Musics
        path = /home/mp3
        security = share
        writeable = no
        browseable = yes
        guest ok = yes
        printable = no
        guest only = yes

[sandbox]
        comment = Sand Box to genrate releases
        path = /home/sandbox
        security = user
        user = allan longhin
        writeable = yes
        public = no
        printable = no
        create mask = 0765

what did I do wrong ? or how can I make this ?

thanks for attention, Allan
--
An application asked:
"Requeires Windows 9x, NT4 or better",
so I´ve installed Linux

-- 
gentoo-user@gentoo.org mailing list

Reply via email to