samba/smb.conf
author ft
Thu, 27 Feb 2014 17:12:59 +0100
changeset 0 60bc07f3f415
child 1 25dc3362ba5d
permissions -rw-r--r--
initial commit
ft@0
     1
[global]
ft@0
     2
	interfaces = eth0 lo
ft@0
     3
	bind interfaces only = yes
ft@0
     4
	workgroup = osec
ft@0
     5
	restrict anonymous = no
ft@0
     6
	server string = osecvm
ft@0
     7
	security = share
ft@0
     8
	disable spoolss = yes
ft@0
     9
	unix extensions = no
ft@0
    10
	guest account = root
ft@0
    11
ft@0
    12
ft@0
    13
	# disable printing
ft@0
    14
	load printers = no
ft@0
    15
        printing = cups
ft@0
    16
        printcap name = /dev/null
ft@0
    17
        show add printer wizard = no
ft@0
    18
        disable spoolss = yes
ft@0
    19
ft@0
    20
	# disable netbios
ft@0
    21
	disable netbios = yes
ft@0
    22
ft@0
    23
[USB]
ft@0
    24
	comment = Zugriff auf USB Sticks
ft@0
    25
	path = /var/run/usbmount/
ft@0
    26
	read only = no
ft@0
    27
	browseable = yes
ft@0
    28
	writeable = yes
ft@0
    29
	follow symlinks = yes
ft@0
    30
	available = yes
ft@0
    31
	public = yes
ft@0
    32
	guest ok = yes
ft@0
    33
	wide links = no
ft@0
    34
ft@0
    35
[Download]
ft@0
    36
	comment = Zugriff auf Downloads
ft@0
    37
	path = /var/run/Downloads/
ft@0
    38
	read only = yes
ft@0
    39
	browseable = yes
ft@0
    40
	writeable = no
ft@0
    41
	follow symlinks = yes
ft@0
    42
	available = yes
ft@0
    43
	public = yes
ft@0
    44
	guest ok = yes
ft@0
    45
	wide links = no
ft@0
    46