vsftpd : set local_root=/
[vuplus_openvuplus_3.0] / 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
17 [Configuration]
18   comment = Configuration files - take care!
19   path = /var
20   read only = no
21   public = yes
22   guest ok = yes
23
24 [Harddisk]
25   comment = The harddisk
26   path = /media/hdd
27   read only = no
28   public = yes
29   guest ok = yes