samba/smb.conf
changeset 0 60bc07f3f415
child 1 25dc3362ba5d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/samba/smb.conf	Thu Feb 27 17:12:59 2014 +0100
     1.3 @@ -0,0 +1,46 @@
     1.4 +[global]
     1.5 +	interfaces = eth0 lo
     1.6 +	bind interfaces only = yes
     1.7 +	workgroup = osec
     1.8 +	restrict anonymous = no
     1.9 +	server string = osecvm
    1.10 +	security = share
    1.11 +	disable spoolss = yes
    1.12 +	unix extensions = no
    1.13 +	guest account = root
    1.14 +
    1.15 +
    1.16 +	# disable printing
    1.17 +	load printers = no
    1.18 +        printing = cups
    1.19 +        printcap name = /dev/null
    1.20 +        show add printer wizard = no
    1.21 +        disable spoolss = yes
    1.22 +
    1.23 +	# disable netbios
    1.24 +	disable netbios = yes
    1.25 +
    1.26 +[USB]
    1.27 +	comment = Zugriff auf USB Sticks
    1.28 +	path = /var/run/usbmount/
    1.29 +	read only = no
    1.30 +	browseable = yes
    1.31 +	writeable = yes
    1.32 +	follow symlinks = yes
    1.33 +	available = yes
    1.34 +	public = yes
    1.35 +	guest ok = yes
    1.36 +	wide links = no
    1.37 +
    1.38 +[Download]
    1.39 +	comment = Zugriff auf Downloads
    1.40 +	path = /var/run/Downloads/
    1.41 +	read only = yes
    1.42 +	browseable = yes
    1.43 +	writeable = no
    1.44 +	follow symlinks = yes
    1.45 +	available = yes
    1.46 +	public = yes
    1.47 +	guest ok = yes
    1.48 +	wide links = no
    1.49 +