[minidlna] update 1.1.4
[vuplus_openvuplus] / meta-openvuplus / recipes-connectivity / samba / samba / smb.conf
1 [global]
2    load printers = no
3    guest account = root
4    log file = /tmp/smb.log
5    log level = 1
6    security = share
7    server string = Vuplus %h network services
8    workgroup = Vuplus
9    netbios name = %h
10    case sensitive=yes
11    preserve case=yes
12    short preserve case=yes
13    socket options = TCP_NODELAY
14    preferred master = no ;(These stop the machine being master browser, which means that it doesn't waste time there.)
15    oplocks = no
16    unix extensions = no
17
18 [Configuration]
19   comment = Configuration files - take care!
20   path = /var
21   wide links = yes
22   read only = no
23   public = yes
24   guest ok = yes
25
26 [Harddisk]
27   comment = The harddisk
28   path = /media/hdd
29   wide links = yes
30   read only = no
31   public = yes
32   guest ok = yes