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

Annotation 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.20 - (hide annotations) (download)
Mon Feb 1 02:08:27 2010 UTC (14 years, 4 months ago) by dungog
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-10_el5_sme
Changes since 1.19: +5 -2 lines
* Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-10.sme
- Fix ldap-update action script to user-lock event [SME: 5720]

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

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