From f87a1467345aff3076599b1f9edf7b10934d3baf Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 4 Feb 2011 15:32:39 -0400 Subject: [PATCH] Initial instructions for serving files with samba --- docs/SAMBA.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/SAMBA.txt diff --git a/docs/SAMBA.txt b/docs/SAMBA.txt new file mode 100644 index 0000000000..c3412dde80 --- /dev/null +++ b/docs/SAMBA.txt @@ -0,0 +1,12 @@ + +http://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html + +[global] + unix extensions = no + +[digitalization] + path = /var/local/mayan + guest ok = yes + read only = yes + wide links = yes + follow symlinks = yes