Skip to content

Instantly share code, notes, and snippets.

@djangofan
Created March 29, 2012 22:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djangofan/2244368 to your computer and use it in GitHub Desktop.
Save djangofan/2244368 to your computer and use it in GitHub Desktop.
Samba config for allowing Windows users full public access to a share
security = share
guest account = publicuser
passdb backend = tdbsam
[publicuser]
comment = publicuser Home Dir
path = /home/publicuser
public = yes
writable = yes
write list = +publicuser
browseable = yes
hosts allow = 192.168.10.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment