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

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

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


Revision 1.46 - (hide annotations) (download)
Wed Oct 27 21:33:21 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-26_el5_sme
Changes since 1.45: +7 -2 lines
* Wed Oct 27 2010 Shad L. Lords <slords@mail.com> 2.2.0-26.sme
- Change the way groups are modified on samba3x [SME: 6314]

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

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