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

Contents of /rpms/e-smith-ldap/sme8/e-smith-ldap.spec

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


Revision 1.49 - (show annotations) (download)
Sun Sep 26 23:02:50 2010 UTC (13 years, 8 months ago) by slords
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-38_el5_sme
Changes since 1.48: +7 -2 lines
* Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-38.sme
- Update ldif template to match stored data [SME: 6240]

1 # $Id: e-smith-ldap.spec,v 1.48 2010/09/26 15:12:30 slords Exp $
2
3 Summary: e-smith server and gateway - LDAP module
4 %define name e-smith-ldap
5 Name: %{name}
6 %define version 5.2.0
7 %define release 38
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Patch0: %{name}-%{version}.backend
14 Patch1: %{name}-%{version}-schema.patch
15 Patch2: %{name}-%{version}-convert_ldif.patch
16 Patch3: %{name}-%{version}-password.patch
17 Patch4: %{name}-%{version}-tls.patch
18 Patch5: %{name}-%{version}-user-lock-event.patch
19 Patch6: %{name}-%{version}-admin_user.patch
20 Patch7: %{name}-%{version}-users_groups_ous.patch2
21 Patch8: %{name}-%{version}-attributes.patch
22 Patch9: %{name}-%{version}-mailboxRelatedObject.patch
23 Patch10: %{name}-%{version}-force_ssl_tls_for_auth.patch
24 Patch11: %{name}-%{version}-sme8b-db.patch
25 Patch12: %{name}-%{version}-admin_user2.patch
26 Patch13: %{name}-%{version}-ibay_password.patch
27 Patch14: %{name}-%{version}-fix-indention.patch
28 Patch15: %{name}-%{version}-email-domain-change.patch
29 Patch16: %{name}-%{version}-update-admin.patch
30 Patch17: %{name}-%{version}-empty_group.patch
31 Patch18: e-smith-ldap-5.2.0-ldap_logs.patch
32 Patch19: e-smith-ldap-5.2.0-force_enabled.patch
33 Patch20: e-smith-ldap-5.2.0-index_memberuid.patch
34 Patch21: e-smith-ldap-5.2.0-expand_slapd_on_ldap_update.patch
35 Patch22: e-smith-ldap-5.2.0-split_acl_templates.patch
36 Patch23: e-smith-ldap-5.2.0-exop.patch
37 Patch24: e-smith-ldap-5.2.0-dump_ldif.patch
38 Patch25: e-smith-ldap-5.2.0-add_computers_ou.patch
39 Patch26: e-smith-ldap-5.2.0-add_posixaccount_attr_in_ldap.patch
40 Patch27: e-smith-ldap-5.2.0-full_path_to_config.patch
41 Patch28: e-smith-ldap-5.2.0-add_samba_attr_in_ldap.patch
42 Patch29: e-smith-ldap-5.2.0-code_cleanup.patch
43 Patch30: e-smith-ldap-5.2.0-base_oid.patch
44 Patch31: e-smith-ldap-5.2.0-rename_old_record.patch
45 Patch32: e-smith-ldap-5.2.0-add_ibay_machine.patch
46 Patch33: e-smith-ldap-5.2.0-rename_old_record_fix.patch
47 Patch34: e-smith-ldap-5.2.0-rename_old_record_fix2.patch
48 Patch35: e-smith-ldap-5.2.0-delete_extra_items.patch
49 Patch36: e-smith-ldap-5.2.0-ldif_template.patch
50 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
51 BuildArchitectures: noarch
52 Requires: e-smith-base
53 Requires: e-smith-lib >= 1.15.1-16
54 Requires: openldap >= 2.0.0, perl(Net::LDAP)
55 Requires: e-smith-formmagick >= 1.4.0-9
56 BuildRequires: e-smith-devtools >= 1.13.1-03
57 AutoReqProv: no
58
59 %description
60 e-smith server and gateway software - LDAP module.
61
62 %changelog
63 * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-38.sme
64 - Update ldif template to match stored data [SME: 6240]
65
66 * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-37.sme
67 - Delete all ldap objects that we now create [SME: 6238]
68
69 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
70 - Ensure required attributes are present for rename [SME: 6235]
71
72 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
73 - Fix old record lookups from sme7 [SME: 6235]
74
75 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-34.sme
76 - Add ibay and machine accounts into ldap [SME: 6236]
77
78 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
79 - Rename old ldap record from sme7 if exists [SME: 6235]
80
81 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
82 - Fix/add base ou entries needed for new schema [SME: 6234]
83
84 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
85 - Rewrite ldap-update to make adding classes easier [SME: 6233]
86
87 * Fri Sep 24 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-30.sme
88 - Add sambaSamAccount attributes in LDAP [SME: 6232]
89
90 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
91 - Use full path to config in the run script [SME: 6222]
92
93 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-28.sme
94 - Add posixAccount attributes in LDAP [SME: 6074]
95
96 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-27.sme
97 - Create the Computers OU [SME: 6230]
98
99 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-26.sme
100 - Dump ldap data during the pre-backup event [SME: 6226]
101
102 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-25.sme
103 - Send slapd logs in /var/log/ldap (multilog) [SME: 6222]
104 - Force the service to be enabled [SME: 6221]
105 - Indexe memberUid attribute [SME: 6220]
106 - Expand slapd.conf during ldap-update event [SME: 6224]
107 - Split slapd ACL template [SME: 6225]
108 - Use md5crypt hash when client requests exop [SME: 6223]
109
110 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme
111 - Restrict access to the ldif file [SME: 6217]
112
113 * Tue Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
114 - Fix ldap-create errors when adding empty groups [SME: 5920]
115
116 * Mon Jun 7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme
117 - Update email addresses on domain change (thanks Daniel) [SME: 5984]
118 - Update admin information (thanks Daniel) [SME: 6014]
119
120 * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-21.sme
121 - Fix indentation in S25ldap-update script [SME: 5914]
122
123 * Fri Apr 30 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-20.sme
124 - Don't try to save ibay password to ldap [SME: 5906]
125
126 * Mon Mar 1 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-19.sme
127 - Fix bug reference in spec file
128
129 * Mon Mar 1 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-18.sme
130 - Fix admin user password change (Daniel B.) [SME: 5810]
131
132 * Tue Feb 9 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-17.sme
133 - Init database if the ldif dump is empty (ie from sme8b) [SME: 5747]
134
135 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-16.sme
136 - revert re-init database [SME:5747]
137
138 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-15.sme
139 - re-init readonly database on post-upgrade [SME:5747]
140
141 * Thu Feb 4 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-14.sme
142 - Force SSL/TLS for remote authentication [SME: 5748]
143
144 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
145 - reuse users_groups_ous.patch2 [SME: 5743]
146
147 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-12.sme
148 - Separate groups and users with mailboxRelatedObject [SME:5749]
149
150 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-11.sme
151 - Set readonly access [SME:5752]
152
153 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-10.sme
154 - Fix ldap-update action script to user-lock event [SME: 5720]
155
156 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-9.sme
157 - Fix Groups entries [SME: 5743]
158
159 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme
160 - Add Groups entries [SME: 5743]
161
162 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-7.sme
163 - Add admin user as a standard user [SME: 5742]
164
165 * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme
166 - Add ldap-update action script to user-lock event [SME: 5720]
167
168 * Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
169 - Add ldap authentication and tls support [SME: 5720]
170
171 * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
172 - Update schema for newer openldap and remove calFBurl [SME: 5159]
173 - Convert ldif dump [SME: 5446]
174
175 * Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme
176 - Create bdb log directory. [SME: 3018]
177
178 * Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme
179 - Change ldap backend to bdb, and fix initialisation problem.
180 [SME: 3018, 2859]
181
182 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
183 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
184
185 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1
186 - Roll new dev stream.
187
188 * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11
189 - Separate template to avoid breaking schema [SME: 4171]
190
191 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10
192 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
193
194 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9
195 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
196
197 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8
198 - Remove <base> tags now in general [SME: 3919]
199
200 * Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com>
201 - Fix format error in ldif template. [SME: 3107]
202
203 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
204 - Clean up spec so package can be built by koji/plague
205
206 * Mon Feb 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.12.0-6
207 - Don't tell slapd to create pid and args files that we don't need
208 and don't use (and can't create with later openldap version).
209 [SME: 2477]
210
211 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.12.0-5
212 - Make success/failure messages standard [SME: 2289]
213
214 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
215 - Update to new release naming. No functional changes.
216 - Make Packager generic
217
218 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-03
219 - Correct permissions on slapd.conf. [SME: 2037]
220
221 * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-02
222 - Don't attempt to create IPv6 socket (log noise). [SME: 1946]
223
224 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-01
225 - Roll stable stream version. [SME: 1016]
226
227 * Sun Jan 22 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-08
228 - Use correct utf8 encoding for non-ascii attributes. [SME: 537]
229
230 * Fri Jan 20 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-07
231 - Reexpand hosts.allow template during ldap-update. [SME: 520]
232
233 * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-06
234 - Reexpand masq template during ldap-update. [SME: 520]
235
236 * Mon Jan 16 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-05
237 - Remove obsolete ldap-rebuild script. [SME: 463]
238
239 * Sun Jan 15 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-04
240 - Delete old contents of directory if domain name is changed.
241 [SME: 393]
242
243 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.11.3-03
244 - Bump release number only
245
246 * Mon Nov 21 2005 Charlie Brady <charlieb@e-smith.com>
247 - [4.11.3-02]
248 - Work around slapd's failure to accept 'objectClass: group' (in spite
249 of schema checking being disabled). [SF: 1362868]
250
251 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
252 - [4.11.3-01]
253 - Remove L10Ns from base packages [SF: 1309520]
254
255 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
256 - [4.11.2-01]
257 - New dev stream before relocating L10Ns
258
259 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
260 - [4.11.1-19]
261 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
262
263 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
264 - [4.11.1-18]
265 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
266
267 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
268 - [4.11.1-17]
269 - Add template fragment to allow bind using LDAP version
270 2. [SF: 1282697]
271
272 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
273 - [4.11.1-16]
274 - Move masq fragement from template to db [SF: 1241415]
275 - Remove all use of deprecated esmith::config API.
276
277 * Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com>
278 - [4.11.1-15]
279 - Remove unused and deprecated kerberosobject schema.
280
281 * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
282 - [4.11.1-14]
283 - Fix typo in services2adjust symlink for apache.
284
285 * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
286 - [4.11.1-13]
287 - Drop back to simple schema, and 6.x version of ldap-update script.
288 More thought needed about how to extend the schema and how to handle
289 property deletions.
290
291 * Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com>
292 - [4.11.1-12]
293 - Remove full restart of apache from panel, and add sigusr1 to ldap-update
294 event handling.
295 - Update ldif file templates and ldap-update script to fill out the schema
296 a little, to remove bogus adding of user attribute to group entries, and
297 to allow removal of properties which have been nulled out.
298
299 * Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com>
300 - [4.11.1-11]
301 - Comment out for now the utf8 conversion, as it's not working
302 yet.
303
304 * Wed Mar 23 2005 Charlie Brady <charlieb@e-smith.com>
305 - [4.11.1-10]
306 - Remove explicit generic_template_expand symlink in ldap-update
307 event - not required.
308 - Create "finish" script to do ldif file dump on shutdown.
309 - Add templates for ldif file used during ldap rebuild.
310 - Handle latin->utf8 conversion in ldif templates.
311
312 * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
313 - [4.11.1-09]
314 - Use generic adjust-services in place of adjust-masq [MN00065576]
315
316 * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
317 - [4.11.1-08]
318 - Remove dangling ldap-conf symlink. [MN00064130]
319
320 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
321 - [4.11.1-07]
322 - Remove ldap-delete-dumps from post-backup event. It leaves ldap
323 stopped and with no directory contents. [MN00025069]
324 - Added ldap-delete-dumps to post-backup to prevent potential ldap database
325 clobbering on post-upgrade. [msoulier MN00025069]
326 - Update e-smith-devtools BuildRequires, and createlinks script.
327 [MN00064130]
328
329 * Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com>
330 - [4.11.1-06]
331 - Use generic_template_expand action where possible, in place
332 of specific actions. Update e-smith-lib dependency. [MN00064130]
333
334 * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
335 - [4.11.1-05]
336 - Create missing /service symlink, and add down file to service
337 directory to control startup sequence. [charlieb MN00062133]
338
339 * Mon Dec 20 2004 Charlie Brady <charlieb@e-smith.com>
340 - [4.11.1-04]
341 - Use supervise to run slapd. [charlieb MN00062133]
342
343 * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
344 - [4.11.1-03]
345 - Include redhat/rfc822-MailMember.schema specification from earlier
346 RedHat openldap packages (missing in RHEL3). [charlieb MN00056724]
347 - Remove deprecated ldap-startup script. Add ldap service default fragments
348 and a migrate fragment to initialize the password. [charlieb MN00056726]
349 - Remove obsolete conf-migrate-ldap-variables action [charlieb MN00056733]
350
351 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
352 - [4.11.1-02]
353 - Updated requires with new perl dependencies. [msoulier MN00040240]
354
355 * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
356 - [4.11.1-01]
357 - Updated createlinks.
358 - Added ldap-delete-dumps to post-backup to prevent potential ldap database
359 clobbering on post-upgrade. [msoulier MN00025069]
360
361 * Thu Sep 4 2003 Charlie Brady <charlieb@e-smith.com>
362 - [4.11.0-01]
363 - Changing version to development stream number - 4.11.0
364
365 * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
366 - [4.10.0-02]
367 - Avoid restart of slapd during bootstrap-console-save event.
368 [charlieb 9338]
369
370 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
371 - [4.10.0-01]
372 - Changing version to stable stream number - 4.10.0
373
374 * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
375 - [4.9.0-12]
376 - Add Spanish lexicon for directory panel [lijied 3793]
377
378 * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
379 - [4.9.0-11]
380 - Modified French translation [lijied 7949]
381 - Modified ldap-dump to take its domainname from /etc/openldap/ldap.conf, and
382 be aware of domainname changes. [msoulier 6747]
383
384 * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
385 - [4.9.0-10]
386 - Removed 'Mitel Networks SME Server' branding [lijied 8016]
387
388 * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
389 - [4.9.0-09]
390 - Modified French lexicon to use lang="fr", rename the lexicon
391 directory to fr [lijied 6787]
392
393 * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
394 - [4.9.0-08]
395 - Modified directory access en-us and fr-ca text [lijied 4081]
396
397 * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
398 - [4.9.0-07]
399 - Split out ./etc/openldap/ldap.conf/template-begin [lijied 3295]
400
401 * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
402 - [4.9.0-06]
403 - Deleted empty template-end file [lijied 3295]
404
405 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
406 - [4.9.0-05]
407 - Modified directory panel order [lijied 7356]
408
409 * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
410 - [4.9.0-04]
411 - Split en-us lexicon from directory panel [lijied 4030]
412
413 * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
414 - [4.9.0-03]
415 - s/HostsAllowSpec/hosts_allow_spec/ [charlieb 5650]
416 - Remodified the lexicon file [lijied 5003]
417
418 * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
419 - [4.9.0-02]
420 - Added French lexicon for directory [lijied 5003]
421 - Re-do hosts.allow template to use esmith::ConfigDB::HostsAllowSpec.
422 Add dependency on up-to-date e-smith-lib. [charlieb 5650]
423
424 * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
425 - [4.9.0-01]
426 - Changing to development stream; version upped to 4.9.0
427
428 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
429 - [4.8.0-01]
430 - Roll to maintained version number to 4.8.0
431
432 * Wed Oct 2 2002 Charlie Brady <charlieb@e-smith.com>
433 - [4.7.6-14]
434 - Override the default backgrounding of ldap restart in
435 gentle-ldap-dump action [charlieb 2745]
436 - Remove deprecated serviceControl enable/disable calls from
437 ldap-startup [charlieb 4458]
438
439 * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
440 - [4.7.6-13]
441 - Use esmith::util and shut down LDAP in foreground [markk 2745]
442
443 * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
444 - [4.7.6-12]
445 - Add pre-restore event and ldap-delete-dumps action [markk 2745]
446
447 * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
448 - [4.7.6-11]
449 - Fix permission/ownership of /etc/openldap/slapd.conf. [charlieb 4862]
450
451 * Tue Sep 10 2002 Charlie Brady <charlieb@e-smith.com>
452 - [4.7.6-10]
453 - Remove redundant "my" in ldap-rebuild (causes warning). [charlieb 2745]
454
455 * Thu Sep 5 2002 Charlie Brady <charlieb@e-smith.com>
456 - [4.7.6-09]
457 - Remove stray ; (where are those code police?). [charlieb 2745]
458
459 * Tue Sep 3 2002 Charlie Brady <charlieb@e-smith.com>
460 - [4.7.6-08]
461 - Fix $c->get('DomainName') => $c->get('DomainName')->value snafu
462 [charlieb 2745]
463
464 * Mon Sep 2 2002 Charlie Brady <charlieb@e-smith.com>
465 - [4.7.6-07]
466 - Fix Domain => DomainName snafu. [charlieb 2745]
467
468 * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
469 - [4.7.6-06]
470 - Create new gentle-ldap-dump action, and include it in pre-backup
471 event. [charlieb 2745]
472
473 * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
474 - [4.7.6-05]
475 - Revert ldap-dump to slapcat version, and remove symlinks from all
476 actions. The ldap init script is being modified to call ldap-dump
477 after slapd shutdown. [charlieb 4739]
478
479 * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
480 - [4.7.6-04]
481 - Rewrite ldap-dump to use Net::LDAP::LDIF so that it reads data from
482 ldap daemon rather than directly from ldap db files. [charlieb 4057]
483
484 * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
485 - [4.7.6-03]
486 - Fix run-time problems in OO conversion of ldap-update [charlieb 4057]
487
488 * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
489 - [4.7.6-02]
490 - Change ldap-rebuild to build directory using LDIF dump if found,
491 and new data otherwise. [charlieb 4057]
492 - Re-write ldap-update and ldap-rebuild to use OO db accesses,
493 for clarity. [charlieb 4057]
494 - Dump LDAP directory every time we change it. [charlieb 4057]
495
496 * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
497 - [4.7.6-01]
498 - Add program to do LDIF dump of ldap directory. [charlieb 4057]
499
500 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
501 - [4.7.5-01]
502 - Remove unnecessary actions: ldap-rebuild from console-save event and
503 ldap-conf from ldap-update event. [charlieb 4057]
504 - Change ldap-update action so that when run during the ldap-update
505 event it iterates through user and group accounts and updates records
506 with current values. Link ldap-update action into ldap-update event
507 in place of ldap-rebuild action. [charlieb 4057]
508
509 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
510 - [4.7.4-01]
511 - Use new adjust-masq action rather than restart-masq during ldap-update.
512 [charlieb 4501]
513
514 * Thu Aug 15 2002 Charlie Brady <charlieb@e-smith.com>
515 - [4.7.3-01]
516 - Add rc7.d symlink and don't set deprecated InitscriptsOrder property
517 [charlieb 4458]
518 - Change use of allow_tcp_in() function to allow dynamic reconfig.
519 [charlieb 4501]
520
521 * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
522 - [4.7.2-01]
523 - Change inbound rule to use allow_tcp_in() function. The
524 function actually implements connection tracking. [charlieb 4499]
525
526 * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
527 - [4.7.1-01]
528 - Change masq script fragment to use iptables. [charlieb 1268]
529
530 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
531 - [4.7.0-01]
532 - Changing version to development stream number 4.7.0
533
534 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
535 - [4.6.0-01]
536 - Changing version to maintained stream number to 4.6.0
537
538 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
539 - [4.5.10-01]
540 - RPM rebuild forced by cvsroot2rpm
541
542 * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
543 - [4.5.9-01]
544 - Localise SAVE button [gordonr 3222]
545
546 * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
547 - [4.5.8-01]
548 - Remove /etc/e-smith/tests/.dummy. Make empty /etc/e-smith/tests in %build.
549 [charlieb 3343]
550
551 * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
552 - [4.5.7-01]
553 - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
554
555 * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
556 - [4.5.6-01]
557 - Added header and footer to page [gordonr 3223]
558 - Added nav bar entries to lexicon [gordonr 3155]
559
560 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
561 - [4.5.5-01]
562 - Adjusted site-perl -> site_perl
563
564 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
565 - [4.5.4-01]
566 - Language en-> en-us
567
568 * Wed Apr 10 2002 Kirrily Robert <skud@e-smith.com>
569 - [4.5.3-01]
570 - Added i18n'd directory panel
571
572 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
573 - [4.5.2-01]
574 - Checking for success of CVS import
575
576 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
577 - [4.5.1-01]
578 - rollRPM: Rolled version number to 4.5.1-01. Includes patches up to 4.5.0-02.
579
580 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
581 - [4.5.0-02]
582 - removed extraneous rmdir in setup section that was breaking the build
583
584 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
585 - [4.5.0-01]
586 - rollRPM: Rolled version number to 4.5.0-01. Includes patches up to 4.4.0-08.
587
588 * Fri Nov 16 2001 Charlie Brady <charlieb@e-smith.com>
589 - [4.4.0-08]
590 - Fix code which adds the "ldap" user - it was trying to use "ldap" as
591 a supplementary group (using -G) rather than as initial group (-g).
592 - Remove two $! from warn statements as they are won't contain useful
593 information.
594
595 * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
596 - [4.4.0-07]
597 - rebranding to Mitel Networks
598
599 * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
600 - [4.4.0-06]
601 - Fix regeneration of ldap password every time slapd.conf was
602 re-expanded. See Bugzilla #1966 for details.
603
604 * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
605 - [4.4.0-05]
606 - Added code to add "ldap" user and group if necessary
607
608 * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
609 - [4.4.0-04]
610 - Removed deprecated post-restore event directory
611
612 * Fri Aug 17 2001 Adrian Chung <adrianc@e-smith.com>
613 - [4.4.0-03]
614 - Add restart-httpd-full call to end of web panel, after
615 user confirmation of update has been sent.
616
617 * Fri Aug 17 2001 gordonr
618 - [4.4.0-02]
619 - Autorebuild by rebuildRPM
620
621 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
622 - [4.4.0-01]
623 - Rolled version number to 4.4.0-01. Includes patches upto 4.3.1-05.
624
625 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
626 - [4.3.1-05]
627 - Use Net::LDAP module in ldap-delete and ldap-update. Something broke
628 in the ldap{add,modify,delete} versions of the scripts, and it's easy
629 to debug, and probably more efficient to just write to the perl API.
630
631 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
632 - [4.3.1-04]
633 - Change uid/gid before execing slapadd, so that created db files have
634 correct ownership
635 - Reformat ldap-rebuild to fit in 80 columns.
636
637 * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
638 - [4.3.1-03]
639 - Use slapadd instead of ldif2ldbm program for ldap-rebuild. Use pipe
640 rather than temp file.
641 - Re-add "schemacheck off" to slapd.conf - we don't pass the strict
642 checking which is recommended.
643
644 * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
645 - [4.3.1-02]
646 - openldap v2 changes - change ownership of slapd.conf, use different
647 bundled schema files, and add indexes.
648
649 * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
650 - [4.3.1-01]
651 - Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07.
652
653 * Thu Aug 07 2001 Charlie Brady <charlieb@e-smith.com>
654 - [4.3.0-07]
655 - Break slapd.conf template into fragments, and include in-line
656 at.conf and co.conf fragements, rather than use include feature.
657 This is to make configuration stable across versions of openldap.
658
659 * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
660 - [4.3.0-06]
661 - More branding changes
662
663 * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
664 - [4.3.0-05]
665 - Branding text changes to the directory web panel
666
667 * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
668 - [4.3.0-04]
669 - Change license to GPL
670
671 * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
672 - [4.3.0-03]
673 - Use esmith::util::LdapPassword instead of direct file access
674
675 * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
676 - [4.3.0-02]
677 - fixed actions that had tied %conf when calling serviceControl (2 actions)
678
679 * Sun Apr 29 2001 Charlie Brady <charlieb@e-smith.com>
680 - [4.3.0-01]
681 - Rolled version number to 4.3.0-01. Includes patches upto 4.2.0-03.
682
683 * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
684 - Rolling release number for GPG signing.
685
686 * Fri Jan 26 2001 Charlie Brady <charlieb@e-smith.com>
687 - [4.2.0-01]
688 - Added packet filter fragment to selectively allow external LDAP access
689 - Linked conf- and restart-masq actions into update-ldap event
690
691 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
692 - [4.2.0-01]
693 - Rolled version number to 4.2.0-01. Includes patches upto 4.1.0-17.
694
695 * Tue Jan 16 2001 Adrian Chung <adrianc@e-smith.com>
696 - [4.1.0-17]
697 - Add ldap-rebuild to bootstrap-console-save
698 - required to initialize ldap database.
699
700 * Fri Jan 12 2001 Charlie Brady <charlieb@e-smith.com>
701 - [4.1.0-16]
702 - Remove ldap-conf from post-upgrade action (it was occuring before
703 ldap-startup, which caused a problem).
704 - Delete obsolete post-restore action.
705
706 * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
707 - [4.1.0-15]
708 - split ldap-rebuild into ldap-conf and ldap-rebuild.
709
710 * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
711 - [4.1.0-14]
712 - Use serviceControl()
713
714 * Thu Jan 11 2001 Charlie Brady <charlieb@e-smith.com>
715 - [4.1.0-13]
716 - Fix perl warning in migrate variables script - simplify a chunk of code
717 while doing it.
718
719 * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
720 - [4.1.0-12]
721 - Add genLdapPassword to ldap-startup - it somehow has been lost and never
722 happens.
723 - Remove ldap-startup from console-save
724 - Add ldap-startup to post-restore action
725 - Add new bootstrap-console-save event
726 - Change demo phone number from 999... to 555.... to save UK emergency
727 services
728
729 * Tue Jan 09 2001 Jason Miller <jmiller@e-smith.com>
730 - [4.1.0-11]
731 - updated ldap-startup to set the defaults on a fresh
732 installation
733 - undid some bad changes to the conf-migrate-ldap-variables
734 script
735
736 * Mon Jan 08 2001 Jason Miller <jmiller@e-smith.com>
737 - [4.1.0-5] through [4.1.0-9]
738 - changed directory web panel to read from new configuration
739 database parameters
740 - updated action scripts to take into account the new ldap
741 database parameters
742 - added conf-migrate-ldap-variables as a new action in
743 both post-upgrade and post-restore
744
745 * Fri Jan 05 2001 Jason Miller <jmiller@e-smith.com>
746 - [4.1.0-4]
747 - updated copyright and fixed directory panel error in
748 not checking prototypes for subroutines
749
750 * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
751 - [4.1.0-3]
752 - Fixed e-smith-lib dependency
753
754 * Mon Dec 11 2000 Tony Clayton <tonyc@e-smith.com>
755 - [4.1.0-2]
756 - upgraded ldap-rebuild action to conform to new processTemplate
757 - created dependency on e-smith-lib-4.1.0-13
758
759 * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com>
760 - [4.1.0-1]
761 - Rolled version to 4.1.0-1. Includes patches up to 4.0.6-3
762
763 * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
764 - Fix some old bugs in event scripts - esmith::db was not in use
765 list.
766 - Replace db_get_type calls with db_get_prop
767 - Re-write ldap hosts.allow template.
768 - Remove duplicate my $status in ldap-rebuild.
769
770 * Mon Oct 30 2000 Charlie Brady <charlieb@e-smith.com>
771 - Merge services database back into configuration
772
773 * Wed Oct 25 2000 Charlie Brady <charlieb@e-smith.com>
774 - Roll version number to 4.0.6-1.
775
776 * Thu Oct 19 2000 Adrian Chung <adrian.chung@e-smith.com>
777 - Update web/functions/directory script to pass merged
778 confServicesCombined hash to esmith::cgi::gen...
779 functions.
780
781 * Thu Oct 12 2000 Charlie Brady <charlieb@e-smith.com>
782 - Fix obsolete reference to LDAPServerMode.
783 - Reformat to break long lines.
784
785 * Fri Oct 06 2000 Charlie Brady <charlieb@e-smith.com>
786 - Delete %post action, and set the default services db value
787 in post-install action
788
789 * Thu Oct 05 2000 Jason Miller <jay@e-smith.com>
790 - change .spec to use db:setdefault() function
791
792 * Wed Oct 04 2000 Jason Miller <jay@e-smith.com>
793 - %post event for enabling ldap service automatically
794 (no more post-install code required)
795 - dependencies on e-smith-lib > 0.1-21
796 - only expand templates if ldapd enabled
797 - only add to hosts.allow if ldapd enabled
798 - enable/disable service dependant on services database
799
800 * Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com>
801 - Update services database when enabling/disabling startup.
802
803 * Tue Oct 03 2000 Adrian Chung <mac@e-smith.com>
804 - Added ldap service checking wrapper to action scripts.
805
806 * Mon Sep 25 2000 Paul Nesbit <pkn@e-smith.com>
807 - replaced references to e-smith.net with e-smith.com
808
809 * Fri Aug 25 2000 Charlie Brady <charlieb@e-smith.com>
810 - Added build dependency on e-smith-devtools, and dependency on
811 e-smith-lib. Generate file list with genfilelist.
812
813 * Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com>
814 - Rewrote ldap-startup to use serviceControl()
815
816 * Wed Jul 12 2000 Joseph Morrison <jdm@e-smith.net>
817 - Add -1 argument to split commands to handle null final values in
818 configuration records
819
820 * Fri Jun 16 2000 Charlie Brady <charlieb@e-smith.net>
821 - Rewrite createlinks in perl
822 - Don't mark template files as config files.
823
824 * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
825 - Use new multi-arg form of backgroundCommand.
826
827 * Fri Jun 1 2000 Charlie Brady <charlieb@e-smith.net>
828 - First created - broken out of e-smith-base 4.0.11.
829
830 %prep
831 %setup
832 %patch0 -p1
833 %patch1 -p1
834 %patch2 -p1
835 %patch3 -p1
836 %patch4 -p1
837 %patch5 -p1
838 %patch6 -p1
839 %patch7 -p1
840 %patch8 -p1
841 %patch9 -p1
842 %patch10 -p1
843 %patch11 -p1
844 %patch12 -p1
845 %patch13 -p1
846 %patch14 -p1
847 %patch15 -p1
848 %patch16 -p1
849 %patch17 -p1
850 %patch18 -p1
851 %patch19 -p1
852 %patch20 -p1
853 %patch21 -p1
854 %patch22 -p1
855 %patch23 -p1
856 %patch24 -p1
857 %patch25 -p1
858 %patch26 -p1
859 %patch27 -p1
860 %patch28 -p1
861 %patch29 -p1
862 %patch30 -p1
863 %patch31 -p1
864 %patch32 -p1
865 %patch33 -p1
866 %patch34 -p1
867 %patch35 -p1
868 %patch36 -p1
869
870 %build
871 mkdir -p root/etc/e-smith/tests
872 perl createlinks
873 mkdir -p root/etc/rc.d/rc7.d
874 ln -s /etc/rc.d/init.d/e-smith-service root/etc/rc.d/rc7.d/S80ldap
875 mkdir -p root/home/e-smith/db/ldap
876
877 mkdir -p root/etc/rc.d/init.d/supervise
878 ln -s ../daemontools root/etc/rc.d/init.d/supervise/ldap
879
880 mkdir -p root/service
881 ln -s /var/service/ldap root/service/ldap
882 touch root/var/service/ldap/down
883
884 mkdir -p root/var/log/bdb
885 mkdir -p root/var/log/ldap
886 mkdir -p root/var/service/ldap/ssl
887
888 %install
889 rm -rf $RPM_BUILD_ROOT
890 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
891 rm -f %{name}-%{version}-%{release}-filelist
892 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
893 --file /var/service/ldap/run 'attr(0750,root,root)' \
894 --file /var/service/ldap/log/run 'attr(0750,root,root)' \
895 --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \
896 --file /var/service/ldap/finish 'attr(0750,root,root)' \
897 --file /var/service/ldap/control/1 'attr(0750,root,root)' \
898 --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
899 --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \
900 --dir /var/log/ldap 'attr(0750,smelog,smelog)' \
901 > %{name}-%{version}-%{release}-filelist
902 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
903
904 %clean
905 rm -rf $RPM_BUILD_ROOT
906
907 %files -f %{name}-%{version}-%{release}-filelist
908 %defattr(-,root,root)

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