git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/samba/smb.conf
blob: 2b779c1237e3fd0ef6c86eab7cd24adbfa798dad (plain)
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
31
32
33
[global]
	server string = jango104
	security = user
	map to guest = bad user
	workgroup = streichelz00
	; Ist auf Fedora eh nobody.
	;guest account = nobody
	load printers = no
	browseable = yes
	writeable = yes
	enable core files = no
[hodenkobold]
	comment = Ich bin de Maik und de Trainer
	path = /srv/samba/public
	available = yes
	read only = yes
	browseable = yes
	public = yes
	writeable = yes
	guest ok = yes
	inherit acls = yes
	hosts allow = 10.0.0.0/8
[isos]
	comment = ISO-Normung is the shit
	path = /srv/samba/isos
	available = yes
	read only = yes
	browseable = yes
	public = yes
	writeable = no
	guest ok = yes
	inherit acls = yes
	hosts allow = 10.0.0.0/8