On Fri, Jul 25, 2008 at 11:28 AM, Thomas Vito <[EMAIL PROTECTED]> wrote:

> I am really trying to get the easiest samba setup working without any luck.
> I just want to create a share anyone can access without username/password.
>


The easiest/simplest smb.conf i know how to make:


 workgroup = MYGROUP
  server string = Samba Server
  security = share
#============================ Share Definitions
==============================

[stuff]
        path = /stuff
        read only = No
        guest ok = yes


Leave everything else as is.
It works from version 3.0.20 to 3.0.28 (i haven't upgraded to 3.0.30 yet)
Linux and Win XP Pro clients can connect with no authentication of any kind.
XP Home should work too since this setup does not create a domain
controller.

Hope it works for you.

Mike
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to