source: freewrt/package/samba/files/smb.conf@ d419478

freewrt_1_0 freewrt_2_0
Last change on this file since d419478 was 256e0b3d, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

some OpenWrt -> FreeWRT changes, remove some host information from kernel-header patch, try to fix some package descriptions

git-svn-id: svn://www.freewrt.org/trunk/freewrt@68 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 313 bytes
Line 
1[global]
2 syslog = 0
3 syslog only = yes
4 workgroup = FreeWRT
5 server string = FreeWRT Samba Server
6 security = share
7 encrypt passwords = yes
8 guest account = nobody
9 local master = yes
10 name resolve order = lmhosts hosts bcast
11
12[tmp]
13 comment = /tmp
14 path = /tmp
15 browseable = yes
16 public = yes
17 writeable = no
18
Note: See TracBrowser for help on using the repository browser.