git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/etc/samba/smb.conf
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-11-01 13:30:58 +0100
commit0632591996893fe136a1f2fe44d9b9f404f41f3e (patch)
tree7340edbe7c212da3db45a83219147143a3268c8d /localfs/etc/samba/smb.conf
downloadfedora-laptop-0632591996893fe136a1f2fe44d9b9f404f41f3e.tar.bz2
Initial commit
Diffstat (limited to 'localfs/etc/samba/smb.conf')
-rw-r--r--localfs/etc/samba/smb.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/localfs/etc/samba/smb.conf b/localfs/etc/samba/smb.conf
new file mode 100644
index 0000000..2b779c1
--- /dev/null
+++ b/localfs/etc/samba/smb.conf
@@ -0,0 +1,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