fix rp-pppoe build
[openwrt.git] / openwrt / package / samba / files / smb.conf
1 [global]
2 syslog = 0
3 syslog only = yes
4 workgroup = OpenWrt
5 security = share
6 encrypt passwords = yes
7 guest account = nobody
8 local master = yes
9 name resolve order = lmhosts hosts bcast
10
11 [tmp]
12 comment = /tmp
13 path = /tmp
14 browseable = yes
15 public = yes
16 writeable = no
17
This page took 0.041532 seconds and 5 git commands to generate.