/[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.22 - (show annotations) (download)
Wed Feb 3 09:26:28 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-12_el5_sme
Changes since 1.21: +7 -2 lines
* Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-12.sme
- Separate groups and users with mailboxRelatedObject [SME:5749]

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

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