Ubuntu Pastebin

Paste from sasa at Sat, 18 Mar 2017 18:48:35 +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
[global]
workgroup = WORKGROUP
netbios name = Ubuserver
server string = %h server (Samba, Ubuntu)
obey pam restrictions = Yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
max xmit = 65535
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
dns proxy = No
panic action = /usr/share/samba/panic-action %d
invalid users = root

[4TB]
	writeable = yes
	write list = zana,sasa
	valid users = sasa,zana
	path = /mnt/4TB
Download as text