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

Annotation of /rpms/e-smith-samba+ldap/sme8/e-smith-samba+ldap.spec

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


Revision 1.9 - (hide annotations) (download)
Wed Oct 8 14:30:01 2008 UTC (15 years, 7 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-samba+ldap-2_2_0-3_el5_sme
Changes since 1.8: +8 -2 lines
correct update-domain-group-maps order

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

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