Samba Public share

January 5, 2006 · Posted in linux 

To make a SAMBA share “Public” so that whether or not user have an account on the server, be able to access the share, add the following in the Global setting:

map to guest = Bad User

And have the following share definition:

[Public]
path = path/to/share
public = yes
writeable = yes
browseable = yes
only guest = yes

Comments

One Response to “Samba Public share”

  1. azerttyu on September 8th, 2009 7:38 AM

    Just enough no more, great thanks :)

Leave a Reply