summaryrefslogtreecommitdiff
path: root/sys-apps/baselayout/files/smbcfg
blob: 09276f94c6747d5e8a4adaa44e36dab800e5f617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[global]
	workgroup = WORKGROUP
	server string = Samba Server
	server role = standalone server
	log file = /var/log/samba/log.%m
	max log size = 50
	dns proxy = no
	usershare path = /var/lib/samba/usershare
	usershare max shares = 100
	usershare allow guests = yes
	usershare owner only = yes
	client max protocol = NT1
[tmp]
	comment = Temporary file space
	path = /var/tmp
	public = yes
	writeable = yes
	read only = no
	printable = no
	guest ok = yes