/[smeserver]/rpms/e-smith-samba+ldap/sme7/e-smith-samba+ldap.spec
ViewVC logotype

Contents of /rpms/e-smith-samba+ldap/sme7/e-smith-samba+ldap.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Tue Oct 7 19:20:43 2008 UTC (15 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba+ldap-2_0_0-1_el4_sme
Changes since 1.6: +7 -16 lines
New streams

1 # $Id$
2
3 Summary: e-smith specific Samba configuration files and templates
4 %define name e-smith-samba+ldap
5 Name: %{name}
6 %define version 2.0.0
7 %define release 1
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Obsoletes: e-smith-netlogon
14 Obsoletes: e-smith-samba
15 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16 BuildArchitectures: noarch
17 BuildRequires: e-smith-devtools >= 1.13.1-03
18 Obsoletes: e-smith-regedit
19 Requires: e-smith-lib >= 1.16.0-10
20 Requires: e-smith-formmagick >= 1.4.0-9
21 Requires: samba >= 3.0.25b
22 Requires: samba-client >= 3.0.25b
23 Requires: samba-common >= 3.0.25b
24 Obsoletes: e-smith-samba
25 Provides: e-smith-samba = 1.15.1-01
26 AutoReqProv: no
27
28 %changelog
29 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme
30 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
31
32 * Sun Aug 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.1-6
33 - Fix oslevel template expansion. [SME: 4470]
34
35 * Thu Jun 05 2008 Daniel B. <daniel@firewall-services.com> 1.15.1-5
36 - use /etc/cpu-machine.conf to create machine accounts. [SME: 4396]
37
38 * Tue Apr 22 2008 Daniel B. <daniel@firewall-services.com> 1.15.1-4
39 - allow creation of machine accounts in ldap
40 - sync samba passwords with ldap userPassword (replace unix password sync)
41
42 * Sat Apr 19 2008 Shad L. Lords <slords@mail.com> 1.15.1-3
43 - Disable unix extensions. [SME: 4164]
44
45 * Mon Mar 31 2008 Shad L. Lords <slords@mail.com> 1.15.1-2
46 - Hide normally hidden profile files [SME: 4082]
47 - Fix shadowcopy with < 2 ibays/users [SME: 3862]
48
49 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 1.15.1-01sf01
50 - Add stuff to use ldap as samba backend. [SME: 1543]
51 - update-domain-group-maps is no longer linked to bootstrap-console-save as ldap
52 service is not yet launched during this event. As a solution,
53 ldap-init-accounts action (from e-smith-base+ldap package) provide group maps
54 initialization.
55 - Add smbd sigusr1 handler to store ldap admin password in
56 /etc/samba/secrets.tdb.
57
58 * Mon Mar 17 2008 Sebastien F. <sebast@firewall-services.com> 1.15.1-01
59 - Fork from e-smith-samba, as a new development stream.
60
61 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.14.1-4
62 - Remove <base> tags now in general [SME: 3925]
63
64 * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.14.1-3
65 - Allow browsable to be disabled per ibay [SME: 2966]
66
67 * Sat Dec 15 2007 Shad L. Lords <slords@mail.com> 1.14.1-2
68 - Only create admin group if Domain Admins exists [SME: 3646]
69
70 * Sat Dec 15 2007 Shad L. Lords <slords@mail.com> 1.14.1-1
71 - Roll new tarball and bump version for 3.0.25b version [SME: 3495]
72
73 * Fri Dec 14 2007 Shad L. Lords <slords@mail.com> 1.14.0-36
74 - admin user no longer needed in 3.0.25 [SME: 3645]
75
76 * Fri Dec 14 2007 Shad L. Lords <slords@mail.com> 1.14.0-35
77 - Expand smb.conf in group events to complete #33 [SME: 3495]
78 - Add rid to groupmap command to fix 3.0.25b groupmap [SME: 3644]
79 - Add pam.d/samba to fix broken upstream package [SME: 3641]
80
81 * Fri Nov 30 2007 Gavin Weight <gweight@gmail.com> 1.14.0-34
82 - Removed printer admin template. [SME: 3605]
83
84 * Fri Oct 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-33
85 - Add "Domain Admins" to admin users [SME: 3495]
86
87 * Thu Oct 11 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-32
88 - Delete smbpasswd file prior to restore. [SME: 2313]
89
90 * Wed Oct 10 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-31
91 - Delete printer tdb file on printer delete. [SME: 3336]
92
93 * Thu Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-30
94 - revert last change. Breaks sme8 and is caught by pass check lib.
95
96 * Sat Jun 2 2007 Shad L. Lords <slords@mail.com> 1.14.0-29
97 - pam_unix requires passwords >= 6 [SME: 3039]
98
99 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
100 - Clean up spec so package can be built by koji/plague
101
102 * Mon Apr 9 2007 Stephen Noble <support@dungog.net> 1.14.0-28
103 - remove use client driver in smb.conf [SME: 1583]
104
105 * Fri Feb 16 2007 Shad L. Lords <slords@mail.com> 1.14.0-27
106 - Change runsvctrl to sv to support runit v1.7.x [SME: 1179]
107
108 * Tue Jan 30 2007 Charlie Brady <charlie_brady@mitel.com> 1.14.0-26
109 - Use full path to 'net' command consistently in update-domain-group-maps.
110 [SME: 2400]
111
112 * Fri Jan 26 2007 Shad L. Lords <slords@mail.com> 1.14.0-25
113 - Set ServerName to SystemName after inital configuration [SME: 543]
114
115 * Thu Jan 25 2007 Shad L. Lords <slords@mail.com> 1.14.0-24
116 - Allow oplocks to be disabled per ibay [SME: 543]
117 - Allow veto oplock files per ibay [SME: 1784]
118
119 * Thu Jan 25 2007 Shad L. Lords <slords@mail.com> 1.14.0-23
120 - Disable csc policy for roaming profiles and make optional for
121 ibays [SME: 1507]
122
123 * Thu Jan 11 2007 Shad L. Lords <slords@mail.com> 1.14.0-22
124 - Include admin in user groups. [SME: 1950]
125
126 * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-21
127 - Make smb fragment have same logic as copy script.
128
129 * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-20
130 - Initial attempt at shadow copy script. [SME: 1549]
131
132 * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-19
133 - Add success tick to workgroup panel. [SME: 1565]
134
135 * Wed Jan 10 2007 Shad L. Lords <slords@mail.com> 1.14.0-18
136 - Allow workgroup name be begin with numbers. [SME: 1607]
137
138 * Sat Jan 06 2007 Shad L. Lords <slords@mail.com> 1.14.0-17
139 - Rework vfs modules to allow more then just recycle bin to work. [SME: 1549]
140
141 * Thu Jan 04 2007 Shad L. Lords <slords@mail.com> 1.14.0-16
142 - Backup important tdb files. [SME: 2201]
143
144 * Wed Jan 03 2007 Shad L. Lords <slords@mail.com> 1.14.0-15
145 - Add template to specify logon drive. [SME: 1155]
146
147 * Thu Dec 14 2006 Shad L. Lords <slords@mail.com> 1.14.0-14
148 - Fix patch to map users to groups
149
150 * Tue Dec 12 2006 Federico Simoncelli <federico.simoncelli@gmail.com> 1.14.0-13
151 - Modified the samba_check_password script to use the new validatePassword
152 function in esmith::util. [SME: 2100]
153
154 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
155 - Update to new release naming. No functional changes.
156 - Make Packager generic
157
158 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com> 1.14.0-12
159 - Don't delete samba database. Instead rename them.
160
161 * Fri Dec 01 2006 Shad L. Lords <slords@mail.com> 1.14.0-11
162 - Map user groups so roaming profiles work [SME: 1950]
163
164 * Tue Aug 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-09
165 * Tue Nov 14 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-10
166 - Add Requires: samba{,-client,-common} to complete dependency tree [SME: 2062]
167
168 * Tue Aug 22 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-09
169 - Added templates.metadata/etc/smb.conf so that
170 expand-template /etc/smb.conf generates the file in /etc/samba/ [SME: 87]
171
172 * Tue Jul 18 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-08
173 - Default smb ports to 139 only to reduce log noise [SME: 1562]
174
175 * Thu Jun 29 2006 Shad L. Lords <slords@mail.com> 1.14.0-07
176 - Remove samba caches if getlocalsid fails [SME: 1487]
177
178 * Fri Jun 09 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-06
179 - Fix case conversion in last change. [SME: 1523]
180
181 * Fri Jun 09 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-05
182 - Add password strength checking to password change via samba (thanks
183 Federico Simoncelli and Filippo Carletti. [SME: 1523]
184
185 * Wed May 31 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-04
186 - Remove -S flag from smbd so we get useful logs from Samba [SME: 1521]
187
188 * Tue Apr 18 2006 Charlie Brady <charlie_brady@mitel.com> 1.14.0-03
189 - Clean up log noise from migrate fragment. [SME: 1257]
190 - Clean up prep section of spec file (and renumber patches).
191
192 * Mon Apr 10 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-02
193 - Ensure that Samba notices printer add/delete [SME: 1167]
194
195 * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.14.0-01
196 - Roll stable stream version. [SME: 1016]
197
198 * Wed Mar 1 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-16
199 - Revert veto appletalk files change. The patch is still in the SPEC
200 file so we can apply it later. [SME: 668]
201
202 * Thu Feb 23 2006 Charlie Brady <charlie_brady@mitel.com> 1.13.2-15
203 - Fix problem with creating user profile dir. [SME: 761,874]
204
205 * Tue Feb 21 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-14
206 - Relocate netlogon.bat from old location in post, not pre [SME: 768]
207 - Remove empty /home/netlogon directory, if we can [SME: 768]
208
209 * Fri Feb 17 2006 Gavin Weight <gweight@gmail.com> 1.13.2-13
210 - Fix Roaming profiles strange permissions problem. [SME: 761]
211
212 * Thu Feb 16 2006 Gavin Weight <gweight@gmail.com> 1.13.2-12
213 - Added veto files line. [SME: 668]
214
215 * Sat Feb 4 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-11
216 - Adjusted passwd chat [SME: 652]
217
218 * Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-10
219 - Add passwd and passwd chat definition so that password sync works [SME: 565]
220
221 * Wed Jan 25 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-09
222 - Fix logic in last change w.r.t. KeepVersions [SME: 429]
223 - Add default smb{KeepVersions} == disabled [SME: 429]
224
225 * Tue Jan 24 2006 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-08
226 - Add fragment to add recycle bin if smb{RecycleBin} == enabled [SME: 429]
227 - Default smb{RecycleBin} == disabled [SME: 429]
228
229 * Wed Dec 14 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-07
230 - Default smb{OpLocks} == enabled. Setting it to disabled will
231 disable oplocks [SME: 318]
232
233 * Mon Dec 05 2005 Filippo Carletti <carletti@mobilia.it> 1.13.2-06
234 - Better smb.conf readability [SME067]
235
236 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.13.2-05
237 - Bump release number only
238
239 * Sun Nov 20 2005 Gordon Rowell <gordonr@e-smith.com>
240 - [1.13.2-04]
241 - Correct typo and escape the $ in [print$] in last fix [SF: 1357840]
242
243 * Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com>
244 - [1.13.2-03]
245 - Create and use default for smb{UseClientDriver} [SF: 1357840]
246
247 * Tue Nov 15 2005 Gordon Rowell <gordonr@e-smith.com>
248 - [1.13.2-02]
249 - Change browsable -> browseable for consistency [SF: 1357840]
250
251 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
252 - [1.13.2-01]
253 - Remove L10Ns from base packages [SF: 1309520]
254
255 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
256 - [1.13.1-01]
257 - New dev stream before relocating L10Ns
258
259 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
260 - [1.13.0-28]
261 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
262
263 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
264 - [1.13.0-27]
265 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
266
267 * Mon Sep 19 2005 Charlie Brady <charlieb@e-smith.com>
268 - [1.13.0-26]
269 - Fix hosts allow specification. [SF: 1295752]
270
271 * Tue Aug 9 2005 Charlie Brady <charlieb@e-smith.com>
272 - [1.13.0-25]
273 - Roll in content from e-smith-regedit, and obsolete it.
274
275 * Tue Aug 2 2005 Charlie Brady <charlieb@e-smith.com>
276 - [1.13.0-24]
277 - Remove redundent and deprecated use of esmith::config and esmith::db
278 from action scripts.
279
280 * Tue Aug 2 2005 Shad Lords <slords@email.com>
281 - [1.13.0-23]
282 - Add TCPPorts/UDPPorts and access to smbd/nmbd [SF: 1246986]
283
284 * Tue Jul 19 2005 Charlie Brady <charlieb@e-smith.com>
285 - [1.13.0-22]
286 - Fix missing comma [SF: 1216546]
287
288 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
289 - [1.13.0-21]
290 - Avoid use of deprecated tie interface to accounts db. Use "config"
291 rather than "db" to fetch status in run script. [SF: 1216546]
292
293 * Mon Jul 18 2005 Charlie Brady <charlieb@e-smith.com>
294 - [1.13.0-20]
295 - Charset changes from Gordon: on new installs, default to UTF8.
296 - Default smb{UnixCharSet} == UTF8
297 - If smb record exists (i.e. upgrade), but UnixCharSet is not defined,
298 set it to ISO8859-1 to maintain filenames on upgrade [SF: 1204695]
299
300 * Wed Jun 15 2005 Charlie Brady <charlieb@e-smith.com>
301 - [1.13.0-19]
302 - Restart nmbd during workgroup-update event. [SF: 1220928]
303
304 * Tue Apr 19 2005 Charlie Brady <charlieb@e-smith.com>
305 - [1.13.0-18]
306 - Need to open accounts db r/w in create-machine-account script.
307
308 * Thu Mar 31 2005 Charlie Brady <charlieb@e-smith.com>
309 - [1.13.0-17]
310 - Fix missing "use" in create-machine-account script.
311
312 * Thu Mar 17 2005 Charlie Brady <charlieb@e-smith.com>
313 - [1.13.0-16]
314 - Last fix was wrong. Real problem was typo in default property setup.
315 - Remove redundent restart-samba action.
316
317 * Wed Mar 16 2005 Charlie Brady <charlieb@e-smith.com>
318 - [1.13.0-15]
319 - Fix typo in workgroup property lookup in workgroup panel.
320
321 * Sun Mar 13 2005 Charlie Brady <charlieb@e-smith.com>
322 - [1.13.0-14]
323 - Group mapping fix from Shad. [MN00070553]
324
325 * Fri Mar 11 2005 Charlie Brady <charlieb@e-smith.com>
326 - [1.13.0-13]
327 - Add service entries for smbd and nmbd, which slave their own
328 status from the smb entry. This allows the generic service
329 restart stuff to work. [MN00065576]
330 - Fix dangling restart-dhcpd symlink. [MN00064130]
331
332 * Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com>
333 - [1.13.0-12]
334 - Unify the three group mapping scripts into one. [MN00070553]
335
336 * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
337 - [1.13.0-11]
338 - Fix template expansion location of smb.conf [MN00063515]
339
340 * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
341 - [1.13.0-10]
342 - Fix typo in post scriptlet. [MN00063515]
343
344 * Tue Feb 22 2005 Charlie Brady <charlieb@e-smith.com>
345 - [1.13.0-09]
346 - Add domain group mapping, contributed by Shad/Greg. [MN00070553]
347 - Remove anachronisms in create-machine-account script.
348
349 * Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com>
350 - [1.13.0-08]
351 - Fix small template breakages if $LocalIP is not defined.
352 - Fix warnings from post install script. [MN00070549]
353 - Remove obsolete "domain admin group" entry from /etc/smb.conf template.
354 [MN00063515]
355 - Revert to standard /etc/samba/smb.conf location for config file.
356 [MN00063515]
357
358 * Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com>
359 - [1.13.0-07]
360 - Fix various smb.conf template expansion probs. [MN00063515]
361
362 * Fri Feb 18 2005 Charlie Brady <charlieb@e-smith.com>
363 - [1.13.0-06]
364 - Fix typo in template fragment. Commit new files omitted from previous
365 checkin in error. [MN00063515]
366
367 * Thu Feb 17 2005 Charlie Brady <charlieb@e-smith.com>
368 - [1.13.0-05]
369 - Update samba configuration to use samba 3 features. Update to
370 current APIs. [MN00063515]
371 - Start nmbd before smbd. [MN00070113]
372
373 * Thu Feb 17 2005 Charlie Brady <charlieb@e-smith.com>
374 - [1.13.0-04]
375 - Use defaults mechanism to initialise database entries, and migrate
376 fragment to convert from deprecated db entries to current style
377 Obsolete conf-netlogon script. [MN00062545]
378 - Use generic_template_expand action where possible, in place
379 of specific actions. Update e-smith-lib dependency. [MN00064130]
380 - Use generic service adjust action for reload/restart. [MN00065576]
381
382 * Mon Feb 7 2005 Charlie Brady <charlieb@e-smith.com>
383 - [1.13.0-03]
384 - Run smbd and nmbd's multilogs as smelog user. [MN00063836]
385
386 * Thu Feb 5 2004 Michael Soulier <msoulier@e-smith.com>
387 - [1.13.0-02]
388 - Updated build dependencies. [msoulier 10992]
389
390 * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
391 - [1.13.0-01]
392 - rolling to dev - 1.13.0
393
394 * Wed Feb 4 2004 Michael Soulier <msoulier@e-smith.com>
395 - [1.12.0-01]
396 - rolling to stable - 1.12.0
397
398 * Wed Feb 4 2004 Mark Knox <markk@e-smith.com>
399 - [1.11.0-16]
400 - Include rc1.d/K35smb symlink for proper shutdown in single user mode
401 [markk 10958]
402
403 * Tue Nov 25 2003 Michael Soulier <msoulier@e-smith.com>
404 - [1.11.0-15]
405 - Removing client driver option, to move to [printers] section.
406 [msoulier 10623]
407
408 * Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com>
409 - [1.11.0-14]
410 - Rolling again to pick up genfilelist change. [msoulier 10648]
411
412 * Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com>
413 - [1.11.0-13]
414 - Moved the e-smith-smb script to supervise/smb, to plan ahead.
415 [msoulier 6442]
416
417 * Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com>
418 - [1.11.0-12]
419 - Stopped sourcing /etc/sysconfig/samba, and fixed a syntax error in the
420 initscript. [msoulier 6442]
421
422 * Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com>
423 - [1.11.0-11]
424 - Rollback on serviceControl-using scripts. They were not broken.
425 [msoulier 6442]
426
427 * Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com>
428 - [1.11.0-10]
429 - Changed the action script code for the new initscript. [msoulier 6442]
430
431 * Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com>
432 - [1.11.0-09]
433 - Tweaked the smbd run script, and e-smith-smb. [msoulier 6442]
434
435 * Mon Nov 17 2003 Michael Soulier <msoulier@e-smith.com>
436 - [1.11.0-08]
437 - Added e-smith-smb wrapper to manage both services. [msoulier 6442]
438
439 * Sun Nov 16 2003 Michael Soulier <msoulier@e-smith.com>
440 - [1.11.0-07]
441 - Added run files for multilog. [msoulier 6442]
442
443 * Sun Nov 16 2003 Michael Soulier <msoulier@e-smith.com>
444 - [1.11.0-06]
445 - Fixing broken specfile resulting in near-empty filelist. [msoulier 6442]
446
447 * Fri Nov 14 2003 Michael Soulier <msoulier@e-smith.com>
448 - [1.11.0-05]
449 - Added supervision of smbd and nmbd. First attempt. [msoulier 6442]
450 - Updated createlinks script for new build library.
451
452 * Fri Nov 14 2003 Michael Soulier <msoulier@e-smith.com>
453 - [1.11.0-04]
454 - Added "use client driver" to printer conf. [msoulier 10623]
455
456 * Fri Nov 7 2003 Michael Soulier <msoulier@e-smith.com>
457 - [1.11.0-03]
458 - *sigh* Really added this time. TGIF. [msoulier 10486]
459
460 * Fri Nov 7 2003 Michael Soulier <msoulier@e-smith.com>
461 - [1.11.0-02]
462 - Added a "deadtime" option to kill connections, by default, after one week if
463 they are no longer active. [msoulier 10486]
464
465 * Fri Nov 7 2003 Michael Soulier <msoulier@e-smith.com>
466 - [1.11.0-01]
467 - rolling to dev stream - 1.11.0
468
469 * Thu Sep 11 2003 Gordon Rowell <gordonr@e-smith.com>
470 - [1.10.0-04]
471 - Relocated /etc/secrets.tdb to /etc/samba [gordonr 9759]
472
473 * Wed Sep 10 2003 Gordon Rowell <gordonr@e-smith.com>
474 - [1.10.0-03]
475 - Always return "logon path" line, so that we return
476 "logon path =" if roaming profiles are off [gordonr 9913]
477
478 * Wed Jul 2 2003 Gordon Rowell <gordonr@e-smith.com>
479 - [1.10.0-02]
480 - Use samba defaults for preferred master and local master [gordonr 9208]
481 - Turn on wins support if we are the domain master [gordonr 9208]
482
483 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
484 - [1.10.0-01]
485 - Changing version to stable stream number - 1.10.0
486
487 * Wed Jun 18 2003 Gordon Rowell <gordonr@e-smith.com>
488 - [1.9.0-32]
489 - Fix confusion in smb{DomainMaster} w.r.t. netlogons [gordonr 9064]
490
491 * Thu Jun 12 2003 Gordon Rowell <gordonr@e-smith.com>
492 - [1.9.0-31]
493 - Added missing 02setupDomainMaster [gordonr 5053]
494 - Corrected 11winsServer to deal with WINSServer == me [gordonr 5053]
495
496 * Fri May 30 2003 Michael Soulier <msoulier@e-smith.com>
497 - [1.9.0-30]
498 - Removed dangling symlink to conf-samba-startup. [msoulier 8808]
499
500 * Wed May 28 2003 Gordon Rowell <gordonr@e-smith.com>
501 - [1.9.0-29]
502 - Move smbpasswd file to /etc/samba/smbpasswd [gordonr 8747]
503
504 * Mon May 26 2003 Charlie Brady <charlieb@e-smith.com>
505 - [1.9.0-28]
506 - Added 'type' default fragment for the smb service. [charlieb 8785]
507
508 * Wed May 21 2003 Lijie Deng <lijied@e-smith.com>
509 - [1.9.0-27]
510 - fix en-us, fr and es roaming profile text [lijied 5311]
511
512 * Tue May 20 2003 Gordon Rowell <gordonr@e-smith.com>
513 - [1.9.0-26]
514 - Don't worry if the use doesn't have a profile directory [gordonr 6414]
515
516 * Tue May 20 2003 Michael Soulier <msoulier@e-smith.com>
517 - [1.9.0-25]
518 - Added a defaults fragment. [msoulier 8785]
519 - Removed conf-samba-startup. [msoulier 8785]
520
521 * Thu May 15 2003 Gordon Rowell <gordonr@e-smith.com>
522 - [1.9.0-24]
523 - Made use of esmith::ConfigDB::wins_server [gordonr 5053]
524
525 * Tue May 13 2003 Gordon Rowell <gordonr@e-smith.com>
526 - [1.9.0-23]
527 - Rationalised smb{WINSServer} and smb{DomainMaster} handling [gordonr 5053]
528
529 * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
530 - [1.9.0-22]
531 - Add Spanish lexicon for workgroup [lijied 3793]
532
533 * Mon Apr 14 2003 Gordon Rowell <gordonr@e-smith.com>
534 - [1.9.0-21]
535 - preferred master should not be set if WINSServer is set [gordonr 6849]
536
537 * Mon Apr 14 2003 Lijie Deng <lijied@e-smith.com>
538 - [1.9.0-20]
539 - Limited the workgroup name to 15 characters [lijied 4971]
540
541 * Fri Apr 11 2003 Lijie Deng <lijied@e-smith.com>
542 - [1.9.0-19]
543 - Changed workgroup and servername to lower case again [lijied 7371]
544
545 * Wed Apr 9 2003 Michael Soulier <msoulier@e-smith.com>
546 - [1.9.0-18]
547 - Fixed french lexicon for workgroup question. [msoulier 5311]
548
549 * Wed Apr 9 2003 Lijie Deng <lijied@e-smith.com>
550 - [1.9.0-17]
551 - Changed workgroup and servername to lower case before validation
552 and storage [lijied 7371]
553
554 * Mon Apr 7 2003 Gordon Rowell <gordonr@e-smith.com>
555 - [1.9.0-16]
556 - Create new netlogon directory before trying to relocate netlogon.bat
557 [gordonr 8060]
558
559 * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
560 - [1.9.0-15]
561 - Removed Mitel Networks branding [lijied 8016]
562
563 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
564 - [1.9.0-14]
565 - Fix c&p error in %pre [gordonr 5241]
566
567 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
568 - [1.9.0-13]
569 - Do the relocation in the SPEC file so we don't have a stray
570 directory [gordonr 5241]
571
572 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
573 - [1.9.0-12]
574 - Relocate netlogon.bat -> /home/e-smith/files/samba/netlogon/netlogon.bat
575 [gordonr 5241]
576
577 * Tue Apr 1 2003 Gordon Rowell <gordonr@e-smith.com>
578 - [1.9.0-11]
579 - Removed conf-dhcpd symlinks - now done in run script [gordonr 7771]
580
581 * Fri Mar 28 2003 Michael Soulier <msoulier@e-smith.com>
582 - [1.9.0-10]
583 - Re-worded the text in the workgroup panel. [msoulier 5311]
584 - Added french translation of that re-wording. [msoulier 5311]
585
586 * Fri Mar 28 2003 Lijie Deng <lijied@e-smith.com>
587 - [1.9.0-09]
588 - Modified French lexicon to use lang="fr", rename the lexicon
589 directory to fr [lijied 6787]
590
591 * Tue Mar 11 2003 Mike Dickson <miked@e-smith.com>
592 - [1.9.0-08]
593 - restricted length of workgroup entry to 15 characters [miked 4388]
594
595 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
596 - [1.9.0-07]
597 - Modified workgroup panel order [lijied 7356]
598
599 * Wed Mar 5 2003 Lijie Deng <lijied@e-smith.com>
600 - [1.9.0-06]
601 - Split en-us lexicon from workgroup panel [lijied 4030]
602
603 * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
604 - [1.9.0-05]
605 - Added French lexicon for workgroup. [lijied 5003]
606
607 * Wed Jan 29 2003 Charlie Brady <charlieb@e-smith.com>
608 - [1.9.0-04]
609 - Delete obsolete special case "primary" fragment in smb.conf.
610 [charlieb 5652]
611
612 * Thu Jan 2 2003 Gordon Rowell <gordonr@e-smith.com>
613 - [1.9.0-03]
614 - Split conf-samba-startup from e-smith-base/conf-startup
615 - Relocated reload-samba from e-smith-base [gordonr 5509]
616
617 * Mon Dec 9 2002 Mike Dickson <miked@e-smith.com>
618 - [1.9.0-02]
619 - updates for new UI [miked 5494]
620
621 * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
622 - [1.9.0-01]
623 - Changing to development stream; version upped to 1.9.0
624
625 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
626 - [1.8.0-01]
627 - Roll to maintained version number to 1.8.0
628
629 * Tue Oct 8 2002 Mark Knox <markk@e-smith.com>
630 - [1.7.2-08]
631 - Removed stray DESCRIPTION tag from panel [markk 5135]
632
633 * Thu Sep 19 2002 Charlie Brady <charlieb@e-smith.com>
634 - [1.7.2-07]
635 - Fix i-bay section of smb.conf template [charlieb 4949]
636
637 * Fri Sep 13 2002 Gordon Rowell <gordonr@e-smith.com>
638 - [1.7.2-06]
639 - Allow smb|WINSServerOverride property which is automagically pushed into
640 the smb|WINSServer property before expanding Samba templates [gordonr 4590]
641
642 * Fri Sep 13 2002 Gordon Rowell <gordonr@e-smith.com>
643 - [1.7.2-05]
644 - Allow domain master setting if smb|WINSServer set to this box [gordonr 4840]
645
646 * Tue Sep 10 2002 Mark Knox <markk@e-smith.com>
647 - [1.7.2-04]
648 - Minor refactoring of the last change [markk 3786]
649
650 * Tue Sep 10 2002 Mark Knox <markk@e-smith.com>
651 - [1.7.2-03]
652 - Remove deprecated split on pipe [markk 3786]
653
654 * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
655 - [1.7.2-02]
656 - Add -M flag to useradd, to prevent creation of /noexistingpath [charlieb 4660]
657
658 * Wed Aug 7 2002 Charlie Brady <charlieb@e-smith.com>
659 - [1.7.2-01]
660 - Change default for oplocks from false to true, and add enable of kernel
661 oplocks (although it's the default anyway. [charlieb 4520]
662
663 * Wed Jul 31 2002 Charlie Brady <charlieb@e-smith.com>
664 - [1.7.1-01]
665 - Use PAM password change rather than external passwd program and chat
666 script. [charlieb 4433]
667
668 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
669 - [1.7.0-01]
670 - Changing version to maintained stream number to 1.7.0
671
672 * Mon Jun 3 2002 Charlie Brady <charlieb@e-smith.com>
673 - [1.6.2-01]
674 - Add "pid directory" template fragment to smb.conf, to make samba 2.2.4
675 happy (it otherwise wants to use the non-existent /var/run/samba).
676 [charlie 3685]
677
678 * Mon Jun 3 2002 Charlie Brady <charlieb@e-smith.com>
679 - [1.6.1-01]
680 - Revert the posix locking change to the Profile share. We have rebuilt
681 samba 2.2.4 under the 2.2.19 kernel as a better fix to the locking problem.
682 [charlie 3685]
683
684 * Mon Jun 3 2002 Charlie Brady <charlieb@e-smith.com>
685 - [1.6.0-01]
686 - Changing version to maintained stream number to 1.6.0
687
688 * Thu May 30 2002 Charlie Brady <charlieb@e-smith.com>
689 - [1.5.11-01]
690 - Disable posix locking for the Profile share, as a workaround for
691 some locking wierdness with Win2K when saving roaming profiles.
692 [charlie 3685]
693
694 * Tue May 28 2002 Kirrily Robert <skud@e-smith.com>
695 - [1.5.10-01]
696 - Fixed servername validation so dots are not allowed [skud 3695]
697
698 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
699 - [1.5.8-01]
700 - RPM rebuild forced by cvsroot2rpm
701
702 * Thu May 23 2002 Charlie Brady <charlieb@e-smith.com>
703 - [1.5.7-01]
704 - Update workgroup panel test code to no longer refer to legacy Samba*
705 config entries. [charlieb 3160]
706
707 * Wed May 22 2002 Charlie Brady <charlieb@e-smith.com>
708 - [1.5.6-01]
709 - Migrate obsolete Samba{DomainMaster,Workgroup,ServerName} settings
710 in conf-samba then delete any of these if found. [charlieb 3160]
711
712 * Tue May 7 2002 Gordon Rowell <gordonr@e-smith.com>
713 - [1.5.5-01]
714 - Further rework of the 11logon{Home,Path} fragments to allow setting
715 of smb|LogonPath and smb|LogonHome without having to choose
716 smb|RoamingProfiles [gordonr 3072]
717
718 * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
719 - [1.5.4-01]
720 - Localise SAVE button [gordonr 3220]
721 - Added nav bar entries [gordonr 3155]
722
723 * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
724 - [1.5.3-01]
725 - Woops, create empty /etc/e-smith/tests in %build. [charlieb 3343]
726
727 * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
728 - [1.5.2-01]
729 - Remove /etc/e-smith/tests/.dummy, and instead create empty
730 /etc/e-smith/tests in %build. [charlieb 3343]
731
732 * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
733 - [1.5.1-01]
734 - restart-nmbd should exit 0 nicely if smb service is disabled [gordonr 3325]
735
736 * Mon Apr 29 2002 Gordon Rowell <gordonr@e-smith.com>
737 - [1.5.0-01]
738 - Rolling to development stream
739 - Always set up logon home and logon path. The Samba defaults are not
740 particularly useful, and we want them to be defined to empty if
741 not defined in the config db and we are not domain master [gordonr 3072]
742
743 * Wed Apr 17 2002 Adrian Chung <adrianc@e-smith.com>
744 - [1.4.2-01]
745 - Stop workgroup panel from getting and setting old legacy Samba* values.
746 - Panel now gets/sets 'smb' properties.
747
748 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
749 - [1.4.1-01]
750 - Language en->en-us
751
752 * Wed Apr 10 2002 Adrian Chung <adrianc@e-smith.com>
753 - [1.4.0-01]
754 - Remerging text change for domain controller setting into i18n'd panel.
755 [mac #3020]
756
757 * Wed Apr 10 2002 Kirrily Robert <skud@e-smith.com>
758 - [1.3.9-01]
759 - Added i18n'd workgroup panel [skud #3032]
760
761 * Tue Apr 9 2002 Adrian Chung <mac@e-smith.com>
762 - [1.3.8-01]
763 - Change quoting of %u to use single quotes in addUserScript template for
764 smb.conf. [adrianc #3023]
765
766 * Wed Apr 3 2002 Adrian Chung <adrianc@e-smith.com>
767 - [1.3.7-01]
768 - Quote %u in add user script directive in smb.conf and remove unnecessary
769 first line. [adrianc #3023]
770
771 * Tue Apr 02 2002 Gordon Rowell <gordonr@e-smith.com>
772 - [1.3.6-01]
773 - D'Oh sama -> samba
774
775 * Tue Apr 02 2002 Gordon Rowell <gordonr@e-smith.com>
776 - [1.3.5-01]
777 - Create missing profiles and printer driver directories
778
779 * Tue Apr 02 2002 Gordon Rowell <gordonr@e-smith.com>
780 - [1.3.4-01]
781 - fix restart-nmbd to still start if it can't be stopped [tonyc #2764]
782
783 * Tue Mar 26 2002 Adrian Chung <adrianc@e-smith.com>
784 - [1.3.3-01]
785 - Modify text in web panel to say "leave set to default, or no if another
786 server is already performing this function" with respect to domain master
787 setting. [mac - #3020]
788
789 * Tue Mar 12 2002 Adrian Chung <adrianc@e-smith.com>
790 - [1.3.2-01]
791 - Make WINSServer property override value for DomainMaster, PreferredMaster,
792 and LocalMaster.
793
794 * Tue Mar 12 2002 Adrian Chung <mac@e-smith.com>
795 - [1.3.1-01]
796 - rollRPM: Rolled version number to 1.3.1-01. Includes patches up to 1.3.0-02.
797
798 * Fri Feb 15 2002 Charlie Brady <charlieb@e-smith.com>
799 - [1.3.0-02]
800 - Migrate Samba* configuration items to properties of the smb service.
801
802 * Thu Feb 14 2002 Charlie Brady <charlieb@e-smith.com>
803 - [1.3.0-01]
804 - rollRPM: Rolled version number to 1.3.0-01. Includes patches up to 1.2.0-02.
805
806 * Thu Jan 03 2002 Charlie Brady <charlieb@e-smith.com>
807 - [1.2.0-02]
808 - Reconfigure and restart dhcpd in workgroup update event, in case a
809 WINS server has been added. See #2364.
810 - Purge prep section of lots of stuff which is no longer required
811 since the rollRPM.
812
813 * Tue Dec 11 2001 Jason Miller <jay@e-smith.com>
814 - [1.2.0-01]
815 - rollRPM: Rolled version number to 1.2.0-01. Includes patches up to 1.1.0-34.
816
817 * Tue Dec 4 2001 Adrian Chung <adrianc@e-smith.com>
818 - [1.1.0-34]
819 - Adding workgroup panel, removed from e-smith-base.
820 - Minor text change, s/a Windows server/another server
821
822 * Mon Dec 03 2001 Charlie Brady <charlieb@e-smith.com>
823 - [1.1.0-33]
824 - Add conf-samba back into post-install event. Required for initial
825 password set.
826
827 * Fri Nov 30 2001 Gordon Rowell <gordonr@e-smith.com>
828 - [1.1.0-32]
829 - Check for user-deleted type in user-delete-profiledir
830
831 * Fri Nov 30 2001 Gordon Rowell <gordonr@e-smith.com>
832 - [1.1.0-31]
833 - Extra slosh required in 11logonPath
834
835 * Fri Nov 30 2001 Gordon Rowell <gordonr@e-smith.com>
836 - [1.1.0-30]
837 - Changed group of profiles parent directory to shared to make it searchable
838 - Replaced %N (NIS server) with %L (Netbios name) in 11logon{Home,Path}
839 - Reinstated [profiles] share and change logon path to use it
840 - Added action to user-{create,delete} to add/remove the profile subdirectory
841 - Added action to post-upgrade to create profiles for existing users
842 - New smb property RoamingProfiles - defaulting to "no" in conf-samba,
843 which disables logon {home,path} and [profiles] share
844
845 * Wed Nov 28 2001 Gordon Rowell <gordonr@e-smith.com>
846 - [1.1.0-29]
847 - Reduced "printer admin" and "domain admin group" to the "admin" user
848
849 * Tue Nov 27 2001 Charlie Brady <charlieb@e-smith.com>
850 - [1.1.0-28]
851 - Undo the "Adminstrator" => "admin" mapping
852 - Remove smb.conf fragment which adds reference to smbusers
853 - Replace smbusers fragment so that the file now says "# this
854 file is not used".
855
856 * Mon Nov 26 2001 Gordon Rowell <gordonr@e-smith.com>
857 - [1.1.0-27]
858 - Remove /etc/smbusers - created empty in init-passwords, but never used
859 until now
860
861 * Mon Nov 26 2001 Gordon Rowell <gordonr@e-smith.com>
862 - [1.1.0-26]
863 - Templated /etc/samba/smbusers
864 - Map "Administrator" for domain logons -> admin
865 - Note: a local (non-domain) logon still gets treated/ignored as guest
866 - The property smb|AdminstratorAccount (default Administrator) can be
867 used to specify an alternate Administrator account when that account is
868 renamed on the Win* clients
869
870 * Tue Nov 20 2001 Gordon Rowell <gordonr@e-smith.com>
871 - [1.1.0-25]
872 - Make printer$ share writable in the normal way, restricted by Unix
873 permissions (admin:admin)
874
875 * Tue Nov 20 2001 Gordon Rowell <gordonr@e-smith.com>
876 - [1.1.0-24]
877 - Make /etc/smbpasswd 0600,admin,root - allows "admin" to join domains
878 - create-machine-account: SUID/SGID root - the script is called as
879 "admin" by Samba, but needs to be "root" to add Unix accounts
880 - create-machine-account: setRealToEffective really become root or locking
881 the Unix account fails with "Only root can do that"
882 - create-machine-account: Auto-create machine account in accounts database.
883 This should be fixed by allowing admin to write to the db fragments
884
885 * Mon Nov 19 2001 Gordon Rowell <gordonr@e-smith.com>
886 - [1.1.0-23]
887 - Added extra slosh to strings in 11logon{Home,Path} and fixed c&p typo
888
889 * Mon Nov 19 2001 Gordon Rowell <gordonr@e-smith.com>
890 - [1.1.0-22]
891 - Check for smb|...|LogonHome and smb|...|LogonPath in those fragments
892 Default to ~/._winprofile as before, but allow overrides, for example
893 set to empty for local profiles. 4.1.2+e-smith-netlogon and 5.0 both
894 defaulted to roaming profiles
895 - Explicitly return an empty string from some fragments if
896 $SambaDomainMaster=no, just to be tidy
897 - Used new e-smith-devtools to set /home/e-smith/files/samba to
898 02755,admin,admin and removed explicit chmod from prep
899
900 * Thu Nov 15 2001 Gordon Rowell <gordonr@e-smith.com>
901 - [1.1.0-21]
902 - Commented out code in create-machine-account which called smbpasswd.
903 - Samba does this by itself, but we may want to enable it later if this
904 script is ever called outside Samba.
905
906 * Wed Nov 14 2001 Gordon Rowell <gordonr@e-smith.com>
907 - [1.1.0-20]
908 - Moved profiles to ~user/._winprofile - somewhat better that .profile :-)
909 - Commented out [Profiles] share, since we are no longer using it
910
911 * Wed Nov 14 2001 Gordon Rowell <gordonr@e-smith.com>
912 - [1.1.0-19]
913 - Made printer driver directories 0755, per "Samba Unleashed"
914
915 * Wed Nov 14 2001 Gordon Rowell <gordonr@e-smith.com>
916 - [1.1.0-18]
917 - Removed conf-samba from post-install - done in bootstrap-console-save
918 - Moved all profiles (Win9x and WinNT/2K) under ~user/.profile
919 - Rewrote machine-account-create as an event
920 - Note: Unfortunately Samba currently requires the user "root" to
921 create machine accounts (i.e. enter "root" as the user on the client machine)
922 A SUID script allows 'admin' to do all of the tasks, but the client gets:
923 "Unable to add or change accounts on the domain. The account information
924 entered does not grant sufficient privilege to create or change accounts".
925 - Made printer driver directories world-writable
926
927 * Mon Nov 12 2001 Gordon Rowell <gordonr@e-smith.com>
928 - [1.1.0-17]
929 - %L (logon server) -> %N (this server) in 11logonPath (as for 11logonHome)
930
931 * Mon Nov 12 2001 Gordon Rowell <gordonr@e-smith.com>
932 - [1.1.0-16]
933 - Swapped 11logon{Home,Path}, added extra backslashes - thanks Greg Zartman
934 and others
935
936 * Fri Nov 9 2001 Gordon Rowell <gordonr@e-smith.com>
937 - [1.1.0-15]
938 - Left-justified output
939 - Removed some redundant use esmith::db lines and implied "return" statements
940
941 * Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com>
942 - [1.1.0-14]
943 - Suppressed more comments from output file
944 - Renamed all [global] fragments to 11*
945
946 * Fri Nov 2 2001 Gordon Rowell <gordonr@e-smith.com>
947 - [1.1.0-13]
948 - Hid all commented-out parameters from output file (remove fragments later)
949 - Removed more comments from output file
950 - Unified indentation
951
952 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
953 - [1.1.0-12]
954 - Added 11level2Oplocks fragment to disable level2 oplocks
955 - Removed "share modes" options from [netlogon] share and cleaned up template
956
957 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
958 - [1.1.0-11]
959 - Added 61Profilesshare fragment
960
961 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
962 - [1.1.0-10]
963 - Removed netlogon comments from output file
964
965 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
966 - [1.1.0-09]
967 - Protect logon {home,path} with hard quotes and indent to match others
968
969 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
970 - [1.1.0-08]
971 - Added printers and profiles directories
972 - Need to verify permissions on these directories, Darrell had 777 for all
973
974 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
975 - [1.1.0-07]
976 - Merged in changes from dmc-mitel-samba-2.2.2-0 - Thanks Darrell May
977 - Moved machine-account-create from e-smith-base
978
979 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
980 - [1.1.0-06]
981 - Merged (and Obsoleted) e-smith-netlogon
982
983 * Thu Nov 1 2001 Gordon Rowell <gordonr@e-smith.com>
984 - [1.1.0-05]
985 - guest ok = no, map to guest = never
986
987 * Mon Oct 22 2001 Charlie Brady <charlieb@e-smith.com>
988 - [1.1.0-04]
989 - Add action scripts and workgroup web panel plus associated symlinks
990
991 * Thu Oct 4 2001 Gordon Rowell <gordonr@e-smith.com>
992 - [1.1.0-03]
993 - Removed comments from output file
994
995 * Thu Oct 4 2001 Gordon Rowell <gordonr@e-smith.com>
996 - [1.1.0-02]
997 - Removed template-{begin,end}
998
999 * Thu Oct 4 2001 Gordon Rowell <gordonr@e-smith.com>
1000 - [1.1.0-01]
1001 - Split from e-smith-base
1002 - This version only contains the smb.conf template fragments
1003
1004 %description
1005 Configuration files and templates for the Samba daemon.
1006
1007 %prep
1008 %setup
1009
1010 %build
1011 mkdir -p root/etc/e-smith/tests
1012 perl createlinks
1013
1014 # Manage supervise and multilog for smbd.
1015 mkdir -p root/service
1016 ln -s ../var/service/smbd root/service/smbd
1017 mkdir -p root/var/service/smbd/supervise
1018 touch root/var/service/smbd/down
1019 mkdir -p root/var/service/smbd/log/supervise
1020 mkdir -p root/var/log/smbd
1021
1022 # Manage supervise and multilog for nmbd.
1023 mkdir -p root/service
1024 ln -s ../var/service/nmbd root/service/nmbd
1025 mkdir -p root/var/service/nmbd/supervise
1026 touch root/var/service/nmbd/down
1027 mkdir -p root/var/service/nmbd/log/supervise
1028 mkdir -p root/var/log/nmbd
1029
1030 # Make storage point for shadowcopies
1031 mkdir -p root/home/e-smith/files/.shadow
1032
1033 touch root/etc/e-smith/templates/etc/smb.conf/ibays/template-begin
1034
1035 %install
1036 rm -rf $RPM_BUILD_ROOT
1037 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1038 /sbin/e-smith/genfilelist \
1039 --dir '/var/service/smbd' 'attr(1755,root,root)' \
1040 --file '/var/service/smbd/down' 'attr(0644,root,root)' \
1041 --file '/var/service/smbd/run' 'attr(0755,root,root)' \
1042 --dir '/var/service/smbd/control' 'attr(0750,root,root)' \
1043 --file '/var/service/smbd/control/1' 'attr(0750,root,root)' \
1044 --dir '/var/service/smbd/supervise' 'attr(0700,root,root)' \
1045 --dir '/var/service/smbd/log' 'attr(1755,root,root)' \
1046 --file '/var/service/smbd/log/run' 'attr(0755,root,root)' \
1047 --dir '/var/log/smbd' 'attr(2750,smelog,smelog)' \
1048 --dir '/var/service/nmbd' 'attr(1755,root,root)' \
1049 --file '/var/service/nmbd/down' 'attr(0644,root,root)' \
1050 --file '/var/service/nmbd/run' 'attr(0755,root,root)' \
1051 --dir '/var/service/nmbd/supervise' 'attr(0700,root,root)' \
1052 --dir '/var/service/nmbd/log' 'attr(1755,root,root)' \
1053 --file '/var/service/nmbd/log/run' 'attr(0755,root,root)' \
1054 --dir '/var/log/nmbd' 'attr(2750,smelog,smelog)' \
1055 --file '/sbin/e-smith/samba_check_password' 'attr(0555,root,root)' \
1056 $RPM_BUILD_ROOT \
1057 > %{name}-%{version}-filelist
1058 echo "%doc COPYING" >> %{name}-%{version}-filelist
1059
1060 %clean
1061 rm -rf $RPM_BUILD_ROOT
1062
1063 %post
1064 if [ -f /home/netlogon/netlogon.bat ]
1065 then
1066 mkdir -p /home/e-smith/files/samba/netlogon
1067 mv /home/netlogon/netlogon.bat \
1068 /home/e-smith/files/samba/netlogon/netlogon.bat
1069
1070 rmdir /home/netlogon || echo "Couldn't rmdir /home/netlogon"
1071 fi
1072
1073 # Revert to canonical place for smb.conf
1074 if [ -f /etc/smb.conf ]
1075 then
1076 rm /etc/smb.conf
1077 ln -s /etc/samba/smb.conf /etc/smb.conf
1078 fi
1079 if [ -L /etc/samba/smb.conf ]
1080 then
1081 rm /etc/samba/smb.conf
1082 fi
1083 if [ -f /etc/smbusers ]
1084 then
1085 rm /etc/smbusers
1086 fi
1087 if [ -f /etc/samba/smbpasswd ]
1088 then
1089 /bin/chown admin.root /etc/samba/smbpasswd
1090 fi
1091 chown -R smelog.smelog /var/log/{smbd,nmbd}
1092
1093 %files -f %{name}-%{version}-filelist
1094 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed