Here is mine.
Anybody can log on.
The only security is from the hosts allow in globals, but you can take that
off.
The way this works is:
security = SHARE
Then, allow guest ok = yes in global
and guest account = ftp or some other suitable account.
Now, don't forget that samba allows all sorts of flexible ways to allow and
limit access to
shares.
Joel
global]
netbios name = JHAMMER6
server string = Samba %v Your Server
security = SHARE
log level = 1
os level = 100
preferred master = True
domain master = True
wins support = Yes
message command = /bin/sh -c 'less %s;rm %s' &
guest account = ftp
read only = No
guest ok = Yes
hosts allow = 192.168. 127.
veto files = /*.{*}/
[public]
comment = Root directory
path = /
create mask = 0766
On Wed, Oct 17, 2001 at 06:04:31PM -0500, Shailen Patel
wrote:> how can i set up my samba server so that there is NO SECURITY
whatsoever...I
> want people to access my samba server from anywhere on the network
>
> i want not AUTHORIZATION REQUIRED at all...
>
> please help me!
>
> thanks! :)
>
> -Shailen
>
> Shailen Patel
> Systems & Network Administrator
> Intelligent Technologies Corporation
> (512) 345-1608 PHONE
> (512) 343-1608 FAX
> www.itctx.com WEB
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: http://lists.samba.org/mailman/listinfo/samba