diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-08-22 07:11:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-08-22 07:11:48 +0000 |
commit | 78a3bc69d8ced21c04ce7b185099bd9d541a394f (patch) | |
tree | d76860a3187384df72163ca9a0c4bee58ef45cae /openwrt/package/samba/files/smb.conf | |
parent | ebcfbc5c9abe13e0c5adac3d936d42e18ce3ec47 (diff) | |
download | mtk-20170518-78a3bc69d8ced21c04ce7b185099bd9d541a394f.zip mtk-20170518-78a3bc69d8ced21c04ce7b185099bd9d541a394f.tar.gz mtk-20170518-78a3bc69d8ced21c04ce7b185099bd9d541a394f.tar.bz2 |
add samba package
SVN-Revision: 1719
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 + |