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

Contents 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.47 - (show annotations) (download)
Tue Nov 2 16:57:29 2010 UTC (13 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-2_2_0-29_el5_sme
Changes since 1.46: +17 -2 lines
Add routines for ldap auth

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

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