Ubuntu Pastebin

Paste from kpc at Mon, 23 Mar 2015 02:47:04 +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
#======================= Global Settings =======================

[global]
workgroup = WORKGROUP
server string = Homenet	
netbios name = Homenet
dns proxy = no

### Logging
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d

### Authentication
security = user
map to guest = pi

#======================= Sharered Folders =======================

[networkdrive]
path = /media/Share
guest ok = yes
guest account = ftp
browseable = yes
read only = no
create mask = 0777
directory mask = 0777
writeable = yes
admin users = everyone
Download as text