/[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.36 - (hide annotations) (download)
Wed Sep 22 14:45:12 2010 UTC (13 years, 8 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ldap-5_2_0-24_el5_sme
Changes since 1.35: +6 -2 lines
* Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme
- Restrict access to the ldif file [SME: 6217]

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

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