summaryrefslogtreecommitdiff
path: root/hosts/moyo/samba
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/moyo/samba')
-rw-r--r--hosts/moyo/samba/smb.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/hosts/moyo/samba/smb.conf b/hosts/moyo/samba/smb.conf
new file mode 100644
index 0000000..6716277
--- /dev/null
+++ b/hosts/moyo/samba/smb.conf
@@ -0,0 +1,23 @@
+[global]
+ workgroup = AKONCITY
+ map to guest = Bad User
+ server string = Local Samba Server
+ server role = standalone server
+ hosts allow = 192.168.1. 127.
+ log file = /var/log/samba/log.%m
+ max log size = 50
+ passdb backend = tdbsam
+ allow insecure wide links = yes
+ kernel oplocks = yes
+ acl allow execute always = yes
+
+[code]
+ comment = code
+ path = /srv/nfs/c
+ valid users = andrew
+ guest ok = no
+ browseable = yes
+ writable = yes
+ public = no
+ follow symlinks = yes
+ wide links = yes