1; Configuration file for smbd (Samba 1.9.15p8)
2; created by Thoralf Freitag. Send comments to:
3; <Thoralf.Freitag@remserv.rz.fhtw-berlin.de> or
4; <Thoralf.Freitag@t-online.de>
5; last edit 24.04.1995 01:11
6;
7;
8
9[global]
10
11   protocol = NT1
12                                  ;long filenames for win95
13   mangle case = yes
14                                  ;lower and upper letters
15   mangled names = yes
16   default case = lower
17   case sensitive = no
18   preserve case = yes
19   short preserve case = yes
20                     
21   printing = bsd
22   printcap name = /etc/printcap
23   lpq cache time = 0
24   workgroup = WORKGROUP
25   admin users = su
26                                  ;su is allowed to do all !!!
27   guest account = ftp
28                                  ;guest is same as user ftp
29   default service = reference
30                                  ;is possibly helpful to browsing under win 95
31   os level = 2
32   log file = /var/adm/log.smb
33   max log size = 10
34   debug level = 1
35   share modes = yes
36   lock directory = /var/adm
37
38[JP_360_raw]
39   comment = Networkprinter queue for Olivetti JP 360 (untreated RAW format)
40   browseable = yes
41   available = yes
42   public = no
43   force user = root
44   writable = no
45   printable = yes
46   printer name = samba
47                                  ;samba is an alias name for an raw_printer in your /etc/printcap
48   path = /samba/tmp
49   create mode = 0700
50
51[JP_360_mono]
52   comment = Networkprinter queue for Olivetti JP 360 Mono (with apsfilter)
53   browseable = yes
54   available = yes
55   public = no
56   force user = root
57   writable = no
58   printable = yes
59   printer name = lp
60                                  ;lp means the standard printer in your /etc/printcap
61   path = /samba/tmp
62   create mode = 0700
63
64[JP_360_color]
65   comment = Networkprinter queue for Olivetti JP 360 Color (with apsfilter)
66   browseable = yes
67   available = yes
68   public = no
69   force user = root
70   writable = no
71   printable = yes
72   printer name = lp4
73                                  ;my printer need this to print with his color cartridge
74                                  ;--> the lpd is drive to the printer as an color printer
75   path = /samba/tmp
76   create mode = 0700
77
78[tmp]
79   comment = the garbage dump
80   browseable = yes
81   available = yes
82   public = yes
83   read only = no
84   printable = no
85   path = /samba/tmp
86   create mask = 0777
87
88[transfer]
89   comment = the market place
90   browseable = yes
91   available = yes
92   public = yes
93   read only = no
94   printable = no
95   path = /samba/transfer
96   create mask = 0777
97
98[homes]
99   comment = home directories
100   browseable = no
101                                  ;ONLY the home-dirs are visible, not the service itself
102   available = yes
103   guest ok = no
104   read only = no
105   printable = no
106   create mode = 0700
107
108[install]
109   comment = all of the many install files
110   browsable = yes
111   available = yes
112   public = no
113   username = @root, @users
114   writable = yes
115   read list = @users
116   printable = no
117   path = /samba/install
118   create mode = 0755
119
120[doc-help]
121   comment = documentations, helpfiles, FAQ's
122   browsable = yes
123   available = yes
124   public = no
125   username = @root, @users
126   writable = yes
127   read list = @users
128   printable = no
129   path = /samba/doc
130   create mode = 0755
131                
132[cd_rom_2]
133   comment = the CD in the CD-ROM drive on PANDORA
134   browsable = yes
135   available = yes
136   public = yes
137   writable = no
138   printable = no
139   path = /cdrom
140
141[reference]
142                                  ;the default, if invalid accesses
143   comment = PANDORA: Samba LAN manager
144   browsable = yes
145                                  ;only as an hint
146   available = no
147                                  ;however no access possible
148   public = yes
149   writable = no
150   printable = no
151   path = /samba/tmp
152
153