summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-connectivity/samba/samba/smb.conf
blob: 03d641ae2d97e2c4277e4ce3ce2909d06ed2b14a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[global]
   load printers = no
   guest account = root
   log file = /tmp/smb.log
   log level = 1
   security = share
   server string = Vuplus %h network services
   workgroup = Vuplus
   netbios name = %h
   case sensitive=yes
   preserve case=yes
   short preserve case=yes
   socket options = TCP_NODELAY
   preferred master = no ;(These stop the machine being master browser, which means that it doesn't waste time there.)
   oplocks = no
   unix extensions = no

[Configuration]
  comment = Configuration files - take care!
  path = /var
  wide links = yes
  read only = no
  public = yes
  guest ok = yes

[Harddisk]
  comment = The harddisk
  path = /media/hdd
  wide links = yes
  read only = no
  public = yes
  guest ok = yes