diff options
Diffstat (limited to 'openwrt/package/samba/files/smb.conf')
-rw-r--r-- | openwrt/package/samba/files/smb.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/openwrt/package/samba/files/smb.conf b/openwrt/package/samba/files/smb.conf new file mode 100644 index 0000000..4c4cd1d --- /dev/null +++ b/openwrt/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 + |