/[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.15 - (show annotations) (download)
Wed Jan 27 14:02:50 2010 UTC (14 years, 4 months ago) by filippocarletti
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-5_el5_sme
Changes since 1.14: +11 -2 lines
* Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
- Add ldap authentication and tls support [SME: 5720]

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

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