summaryrefslogtreecommitdiffstats
path: root/package/samba/files/smb.conf
blob: 4c4cd1dab25baff664fd581e44b36c6e53fe8ab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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