summaryrefslogtreecommitdiff
path: root/net-fs/samba-config-redcore/files/redcore-smb.conf
blob: 139d7d878f8b87656ff23ced7964f34020469f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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
[tmp]
	comment = Temporary file space
	path = /var/tmp
	public = yes
	writeable = yes
	read only = no
	printable = no
	guest ok = yes