Ubuntu Pastebin

Paste from smb.conf at Mon, 23 May 2016 16:55:07 +0000

Download as text
 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
33
34
35
36
37
38
39
40
41
42
43
44
[global]
   load printers = no
   guest account = nobody
   log file = /tmp/smb.log
   log level = 1
   security = share
   server string = Vuplus %h network services
   workgroup = WEST
   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
  public = yes
  writeable = yes
  guest ok = yes

[Aufnahmen]
  comment = Aufnahmen
  path = /media/hdd
  force create mode = 775
  force directory mode = 775
  wide links = yes
  public = yes
  writeable = yes
  guest ok = yes

[NAS]
  comment = NAS
  path = /media/hdd1
  force create mode = 775
  force directory mode = 775
  wide links = yes
  public = yes
  writeable = yes
  guest ok = yes
Download as text