diff -r 000000000000 -r 60bc07f3f415 samba/smb.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samba/smb.conf Thu Feb 27 17:12:59 2014 +0100 @@ -0,0 +1,46 @@ +[global] + interfaces = eth0 lo + bind interfaces only = yes + workgroup = osec + restrict anonymous = no + server string = osecvm + security = share + disable spoolss = yes + unix extensions = no + guest account = root + + + # disable printing + load printers = no + printing = cups + printcap name = /dev/null + show add printer wizard = no + disable spoolss = yes + + # disable netbios + disable netbios = yes + +[USB] + comment = Zugriff auf USB Sticks + path = /var/run/usbmount/ + read only = no + browseable = yes + writeable = yes + follow symlinks = yes + available = yes + public = yes + guest ok = yes + wide links = no + +[Download] + comment = Zugriff auf Downloads + path = /var/run/Downloads/ + read only = yes + browseable = yes + writeable = no + follow symlinks = yes + available = yes + public = yes + guest ok = yes + wide links = no +