summaryrefslogtreecommitdiffstats
path: root/package/samba/files/smb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'package/samba/files/smb.conf')
-rw-r--r--package/samba/files/smb.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/samba/files/smb.conf b/package/samba/files/smb.conf
new file mode 100644
index 000000000..4c4cd1dab
--- /dev/null
+++ b/package/samba/files/smb.conf
@@ -0,0 +1,14 @@
+[global]
+ workgroup = OpenWrt
+ security = share
+ guest account = nobody
+ local master = yes
+ name resolve order = lmhosts hosts bcast
+
+[tmp]
+ comment = /tmp
+ path = /tmp
+ browseable = yes
+ public = yes
+ writeable = no
+