4c4cd1dab25baff664fd581e44b36c6e53fe8ab8
[openwrt.git] / package / samba / files / smb.conf
1 [global]
2 workgroup = OpenWrt
3 security = share
4 guest account = nobody
5 local master = yes
6 name resolve order = lmhosts hosts bcast
7
8 [tmp]
9 comment = /tmp
10 path = /tmp
11 browseable = yes
12 public = yes
13 writeable = no
14
This page took 0.034643 seconds and 3 git commands to generate.