python-pyrex: Rework DEPENDS updates
[openembedded.git] / recipes / samba / files / smb-essential.conf
blob24cb2a56cbba5cdc053cc3e98468331ae5bdab29
3 [global]
4    workgroup = MYWORKGROUP     
5    server string = OpenZaurus Samba Server
6   
7    security = user
9    load printers = no
11 ;  guest account = pcguest
13    log file = /var/log.%m
15    max log size = 50
17    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
19    dns proxy = yes
22 #============================ Share Definitions ==============================
23 [homes]
24    comment = Home Directory for %U
25    browseable = no
26    writable = yes
27    follow symlinks = yes 
28    include = /etc/test.%U
30 # This one is useful for people to share files
31 ;[tmp]
32 ;   comment = Temporary file space
33 ;   path = /tmp
34 ;   read only = no
35 ;   public = yes
37 [printers]
38    comment = All Printers
39    path = /usr/spool/samba  
40    guest ok = no
41    writable = no
42    printable = yes
43    browseable = no
45 [CompactFlash]
46    comment = Compact Flash Storage
47    path = /media/cf
48    writable = yes
49    printable = no
50    public = no   
51    
52 [SD-MMC]
53    comment = SD & MMC Storage
54    path = /media/card
55    writable = yes
56    printable = no
57    public = no 
59 [RootFS]
60    comment = Zaurus Rootfs
61    path = /
62    writable = yes
63    printable = no
64    public = no
65    follow symlinks = yes
67 [Home]
68    comment = "User Home Directories"   
69    path = /home
70    writable = yes
71    printable = no
72    public = no  
73    follow symlinks = yes
74    
75 [Samba-Help]
76   comment = How to configure Samba
77   path = /usr/share/samba/help
78   writable = no
79   public = yes  
80   printable = no  
81   
82