Here is a simple config that should do the trick -- this sets up an open
share called "public" in the WORKGROUP workgroup.

# begin smb.conf
# Global parameters
[global]
        workgroup = WORKGROUP
        server string = Linux File Server
        security = SHARE
        map to guest = Bad Password
        null passwords = Yes
        create mask = 0775
        directory mask = 0775
        hosts allow = 10.0.0. 127.

[public]
        path = /storage/public
        read only = No
        guest ok = Yes
# end smb.conf

Tom Veldhouse

----- Original Message -----
From: "Brian" <lxy at cloudnet.com>
To: <tclug-list at mn-linux.org>
Sent: Wednesday, August 28, 2002 2:44 PM
Subject: [TCLUG] Painfully insecure Samba


> In Win9x, it's possible to set up a read/write share with no password.  If
> you're on the same LAN, you automatically have full rights to that
> share.  No questions asked.
>
> I want to do the same on samba, but I can't find any docs on how to do
> it.  Any ideas on where I can find info on this?
>
> Yes, I have a legit reason.
>
> -Brian
>
>
> _______________________________________________
> Twin Cities Linux Users Group Mailing List - Minneapolis/St. Paul,
Minnesota
> http://www.mn-linux.org
> tclug-list at mn-linux.org
> https://mailman.mn-linux.org/mailman/listinfo/tclug-list
>