blob: 24cb2a56cbba5cdc053cc3e98468331ae5bdab29 (
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
[global]
workgroup = MYWORKGROUP
server string = OpenZaurus Samba Server
security = user
load printers = no
; guest account = pcguest
log file = /var/log.%m
max log size = 50
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = yes
#============================ Share Definitions ==============================
[homes]
comment = Home Directory for %U
browseable = no
writable = yes
follow symlinks = yes
include = /etc/test.%U
# This one is useful for people to share files
;[tmp]
; comment = Temporary file space
; path = /tmp
; read only = no
; public = yes
[printers]
comment = All Printers
path = /usr/spool/samba
guest ok = no
writable = no
printable = yes
browseable = no
[CompactFlash]
comment = Compact Flash Storage
path = /media/cf
writable = yes
printable = no
public = no
[SD-MMC]
comment = SD & MMC Storage
path = /media/card
writable = yes
printable = no
public = no
[RootFS]
comment = Zaurus Rootfs
path = /
writable = yes
printable = no
public = no
follow symlinks = yes
[Home]
comment = "User Home Directories"
path = /home
writable = yes
printable = no
public = no
follow symlinks = yes
[Samba-Help]
comment = How to configure Samba
path = /usr/share/samba/help
writable = no
public = yes
printable = no
|