providing a samba share without a sign on ?

Giulio Orsero giulioo at pobox.com
Tue Dec 21 21:17:39 GMT 1999


On Wed, 22 Dec 1999 06:30:52 +1100, hai scritto:

>
>  Hi,
>
> I'm trying to provide a share which is completely readable and writable
>by anyone and everyone without having to authenticate in any way.

in smb.conf

====
security = user
map to guest = bad user
guest account = ftp  (or another user)

[myshare]
path = /path/dir
guest ok = yes
writable = yes
====

make /path/dir writable by the ftp (or another user) user.

User which don't provide a good userid will be mapped to the guest user
and will be able to access the share.

-- 
giulioo at pobox.com


More information about the samba mailing list