aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samba/files/smb-essential-inactive.conf
blob: d42d63cb9a2c177db14a41a09b392b5a7c5d885a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[global]
   workgroup = MYWORKGROUP     
   server string = OpenZaurus Samba Server
   
   netbios name = %L-INACTIVE
   
   security = share

   load printers = no

   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192

   dns proxy = yes


#============================ Share Definitions ==============================
   
[Samba-Help]
  comment = How to enable Samba
  path = /usr/share/samba/help
  writable = no
  public = yes  
  printable = no  
  
[printers]
   comment = All Printers
   path = /usr/spool/samba  
   guest ok = no
   writable = no
   printable = yes
   browseable = no