Skip to content

Instantly share code, notes, and snippets.

@vasekch
Created April 7, 2016 22:40
Show Gist options
  • Save vasekch/2f9ccef8ebf3bb60bb3852d190278f1b to your computer and use it in GitHub Desktop.
Save vasekch/2f9ccef8ebf3bb60bb3852d190278f1b to your computer and use it in GitHub Desktop.
Simple samba config for Bananian
[global]
workgroup = workgroup
security = share
share modes = yes
# [homes]
# comment = Home Directories
# browsable = no
# read only = no
# create mode = 0750
[public]
path = /mnt/dupo/
public = yes
writable = yes
comment = dupo1
printable = no
guest ok = yes
[readme]
path = /var/spdr/
public = yes
writable = no
comment = dupo1_doc
printable = no
guest ok = yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment