summaryrefslogtreecommitdiff
path: root/meta-openvuplus/recipes-connectivity/samba/samba/smb.conf
blob: 6ca902d4b1609a33650aa8c17a84a2083129e271 (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
[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

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

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