Ubuntu Pastebin

Paste from koegs at Mon, 23 May 2016 16:47:30 +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
[global]
map to guest = bad user
guest account = nobody
workgroup = WORKGROUP
server string = %h server
dns proxy = no
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = user
encrypt passwords = true
wins support = yes
local master = yes
preferred master = yes

[storage]
        comment = public
        browseable = yes
        path = /media/storage
        guest ok =yes
        writeable = yes
        locking = yes
        create mask = 0777
        directory mask = 0777
        public = yes
Download as text