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

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

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


Revision 1.19 - (show annotations) (download)
Mon Apr 18 03:54:37 2022 UTC (2 years, 2 months ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ldap-5_6_0-15_el7_sme
Changes since 1.18: +8 -3 lines
* Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-15.sme
- add support or rsshusers system group [SME: 11753]

1 # $Id: e-smith-ldap.spec,v 1.18 2022/02/19 04:41:21 jpp Exp $
2
3 Summary: e-smith server and gateway - LDAP module
4 %define name e-smith-ldap
5 Name: %{name}
6 %define version 5.6.0
7 %define release 15
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13 Patch0: e-smith-ldap-5.6.0-missing_shebang_ldap_init.patch
14 Patch1: e-smith-ldap-5.6.0.bz9688.skipredirect.patch
15 Patch2: e-smith-ldap-5.6.0-strong_encryption.patch
16 Patch3: e-smith-ldap-5.6.0-bz10936-TLS-and-ciphers.patch
17 Patch4: e-smith-ldap-5.6.0-bz11140-bz11099-bz11096-systemd-update.patch
18 Patch5: e-smith-ldap-5.6.0-bz11480-timeoutstart.patch
19 Patch6: e-smith-ldap-5.6.0-bz11595-ssl-template.patch
20 Patch7: e-smith-ldap-5.6.0-bz11598.patch
21 Patch8: e-smith-ldap-5.6.0-bz11745-log.patch
22 Patch9: e-smith-ldap-5.6.0-bz11753-ldif-fix.patch
23
24 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25 BuildArchitectures: noarch
26 Requires: e-smith-base
27 Requires: e-smith-lib >= 1.15.1-16
28 Requires: openldap >= 2.0.0
29 Requires: openldap-clients
30 Requires: openldap-servers
31 Requires: perl(Net::LDAP)
32 Requires: libdb4-utils
33 Requires: e-smith-formmagick >= 1.4.0-9
34 BuildRequires: e-smith-devtools >= 1.13.1-03
35 AutoReqProv: no
36
37 %description
38 e-smith server and gateway software - LDAP module.
39
40 %changelog
41 * Sun Apr 17 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-15.sme
42 - add support or rsshusers system group [SME: 11753]
43
44 * Fri Feb 18 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-14.sme
45 - redirect syslog for ldapt to /var/log/ldap/ldap.log [SME: 11745]
46
47 * Wed Jun 09 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-13.sme
48 - fix ssl-update reload instead of restart ldap [SME: 11598]
49
50 * Thu Jun 03 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-12.sme
51 - fix wrong path for templates.metadata [SME: 11595]
52
53 * Sun May 30 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-11.sme
54 - use template for ssl pem [SME: 11595]
55
56 * Sun Mar 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.0-10.sme
57 - fix ldap failing to start on initial boot [SME: 11480]
58
59 * Sat Jan 02 2021 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-9.sme
60 - fix wrong alias to ldap.init [SME: 11301]
61
62 * Fri Dec 11 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-8.sme
63 - add -update event [SME: 11140]
64 - move ldap to systemd [SME: 11099]
65 - move ldap.init to systemd [SME: 11096]
66
67 * Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-7.sme
68 - New protocol default as TLSv1.2 [SME: 10936]
69 New property TLSProtocolMin
70 Ciphers are now ordered with stronger first
71
72 * Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-6.sme
73 - Disable SSLv3, but keep the possibility to enable it again [SME: 10108]
74 - Better default cipher suite, and honor global suite [SME: 10108]
75
76 * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-5.sme
77 - systemd skip redirect [SME: 9688]
78 - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
79 by assuming the date is correct and changing the weekday.
80 Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or ....
81 Thu Aug 07 2001 --> Thu Aug 02 2001 or Tue Aug 07 2001 or Thu Aug 09 2001 or ....
82 Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or ....
83
84 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme
85 - Add missing shebang in ldap.init script [SME: 9432]
86
87 * Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-3.sme
88 - Rebuild for [SME: 9393]
89
90 * Fri Mar 18 2016 JP Pialasse <tests@pialasse.com> 5.6.0-2.sme
91 - fix Requires db4-utils to libdb4-utils [SME: 9319]
92
93 * Fri Feb 05 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 5.6.0-1.sme
94 - Initial release to sme10
95
96 * Sun Jan 17 2016 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-20.sme
97 - Hook into the new ssl-update event [SME: 9152]
98
99 * Mon Apr 27 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-19.sme
100 - Remove size limit for search result [SME: 8918]
101
102 * Wed Feb 11 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-18.sme
103 - Make pdbedit output independent from locale and timezone so it can be
104 parsed [SME: 8841]
105
106 * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-17.sme
107 - Symlink /etc/init.d/ldap to /usr/bin/sv [SME: 8635]
108
109 * Tue Nov 11 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-16.sme
110 - Chown all DB files to ldap before staring slapd [SME: 8635]
111
112 * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-15.sme
113 - Set checkpoint in slapd.conf instead of DB_CONFIG [SME: 8621]
114
115 * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-14.sme
116 - Stop ldap on shutdown (rc0 and rc6) [SME: 8611]
117
118 * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-13.sme
119 - Don't overwrite the ldif dump if slapcat's output is empty
120 (code from Charlie Brady) [SME: 8621]
121
122 * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-12.sme
123 - Run db_recover on startup [SME: 8622]
124
125 * Fri Oct 24 2014 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-11.sme
126 - Don't wipe LDAP DB when the ldif dump is empty [SME: 8619]
127
128 * Wed Nov 13 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-10.sme
129 - Adjust slapd ACL [SME: 8000]
130
131 * Sat Mar 9 2013 Shad L. Lords <slords@mail.com> 5.4.0-9.sme
132 - Add dummy unused file to slapd.d to prevent openldap-servers
133 post script from running [SME: 7258]
134
135 * Mon Feb 25 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-8.sme
136 - Use db_archive to remove unused BDB log files [SME: 7403]
137
138 * Sun Feb 24 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-7.sme
139 - Wait for slapd to be ready before running bootstrap-ldap-save [SME: 7395]
140
141 * Fri Feb 22 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-6.sme
142 - Do not remove slapd.d, just make sure it's empty [SME: 7258]
143
144 * Thu Feb 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-5.sme
145 - Make sure slapd uses slapd.conf instead of slapd.d [SME: 7258]
146
147 * Tue Feb 19 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-4.sme
148 - Remove now unneeded and out of scope schemacheck directive [SME: 7260]
149
150 * Mon Feb 18 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-3.sme
151 - Stop trying to load autofs.schema [SME: 7259]
152
153 * Wed Feb 13 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme
154 - Add missing dependency on openldap-servers [SME: 7347]
155
156 * Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme
157 - Roll new stream for sme9
158 - Perl modules moved to /usr/share/perl5/vendor_perl [SME: 7223]
159
160 * Tue Nov 13 2012 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-78.sme
161 - Fix removing old BDB log files [SME: 7166]
162
163 * Tue Nov 13 2012 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-77.sme
164 - Remove unused BDB log files [SME: 7166]
165
166 * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-76.sme
167 - Check slapd.conf syntax before trying to dump the database [SME: 6452]
168
169 * Mon Mar 14 2011 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-75.sme
170 - Stop using gecos attribute in LDAP [SME: 6539]
171
172 * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-74.sme
173 - Fix replace logic in ldif-fix [SME: 6423]
174
175 * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-73.sme
176 - Fix permissions on ldif-fix script [SME: 6244]
177
178 * Wed Dec 1 2010 Shad L. Lords <slord@mail.com> 5.2.0-72.sme
179 - Replace convert_ldif with ldif-fix script [SME: 6244]
180 - Remove ldif template and expansion [SME: 6421]
181 - Simplify ldap-update call by calling ldif-fix [SME: 6422]
182
183 * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-71.sme
184 - Update ldap database later to pick up samba group maps [SME: 6419]
185
186 * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-70.sme
187 - Use correct field (Dept) for ou ldap field [SME: 6417]
188
189 * Tue Nov 30 2010 Shad L. Lords <slord@mail.com> 5.2.0-69.sme
190 - Add rfc2739.schem back in and include in config so upgrades work [SME: 5159]
191
192 * Tue Nov 30 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-68.sme
193 - Use ldapmodify to load ldif, add -a if no changetype [SME: 6413]
194
195 * Tue Nov 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-67.sme
196 - Remove bogus junk attribute from ldif templates [SME: 6396]
197
198 * Mon Nov 22 2010 Shad L. Lords <slord@mail.com> 5.2.0-66.sme
199 - Change startup order for ldap [SME: 6390]
200
201 * Thu Nov 11 2010 Shad L. Lords <slord@mail.com> 5.2.0-65.sme
202 - Store locked password instead of expired password [SME: 6360]
203
204 * Wed Nov 10 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-64.sme
205 - Fixed ldif templates error [SME: 6356]
206
207 * Mon Nov 8 2010 Shad L. Lords <slords@mail.com> 5.2.0-63.sme
208 - Simplify ldap-update for most events [SME: 6354]
209
210 * Fri Nov 5 2010 Shad L. Lords <slords@mail.com> 5.2.0-62.sme
211 - Adjust call to ldap-update later create/modify/delete [SME: 6284]
212
213 * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-61.sme
214 - Apply correct patch for group descriptions/password [SME: 6337]
215
216 * Thu Nov 4 2010 Shad L. Lords <slords@mail.com> 5.2.0-60.sme
217 - groups don't have password, some don't have description [SME: 6337]
218
219 * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 5.2.0-59.sme
220 - Remove unix users/groups if ldap is master [SME: 6325]
221
222 * Tue Nov 2 2010 Shad L. Lords <slords@mail.com> 5.2.0-58.sme
223 - Disable ldap-delete if ldap is master [SME: 6324]
224
225 * Tue Nov 02 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-57.sme
226 - Enable the new ldap.init service [SME: 6231]
227
228 * Sat Oct 30 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-56.sme
229 - Fix a small typo in reset-ldap-bootstrap [SME: 6231]
230
231 * Fri Oct 29 2010 Shad L. Lords <slords@mail.com> 5.2.0-55.sme
232 - Add ldap.init script to allow update on reconfig/reboot [SME: 6231]
233
234 * Thu Oct 28 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-54.sme
235 - Fix minor errors in ldap-update [SME: 6312]
236
237 * Wed Oct 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-53.sme
238 - Add www user/group to ldap [SME: 6312]
239
240 * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-52.sme
241 - Fixes for nobody and shared groups [SME: 6310]
242
243 * Wed Oct 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-51.sme
244 - Add nobody and shared groups in LDAP [SME: 6310]
245
246 * Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-50.sme
247 - Allow authenticated users to read posixAccount and shadowAccount attrs [SME: 6254]
248
249 * Wed Oct 13 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-49.sme
250 - call ldap-update later during group and user creation [SME: 6284]
251
252 * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-48.sme
253 - Update group membership for deleted accounts [SME: 6276]
254
255 * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-47.sme
256 - Don't call ldap-update on deleted accounts [SME: 6239]
257
258 * Thu Oct 7 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-46.sme
259 - Link ldap-update scripts in needed events [SME: 6239]
260
261 * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-45.sme
262 - Fix toggle anonymous access [SME: 6255]
263
264 * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-44.sme
265 - Toggle anonymous access with AnonymousAccess property [SME: 6255]
266
267 * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-43.sme
268 - Allow authenticated users to see more than just their own entry [SME: 6079]
269
270 * Sat Oct 2 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-42.sme
271 - Deny access to some attributes for anonymous users [SME: 6254]
272
273 * Mon Sep 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-41.sme
274 - Add ldap-update support for several accounts [SME: 6249]
275
276 * Mon Sep 27 2010 Shad L. Lords <slords@mail.com> 5.2.0-40.sme
277 - Make ldif template create single hash [SME: 6240]
278
279 * Mon Sep 27 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-39.sme
280 - Fix ldap-delete script [SME: 6238]
281
282 * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-38.sme
283 - Update ldif template to match stored data [SME: 6240]
284
285 * Sun Sep 26 2010 Shad L. Lords <slords@mail.com> 5.2.0-37.sme
286 - Delete all ldap objects that we now create [SME: 6238]
287
288 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-36.sme
289 - Ensure required attributes are present for rename [SME: 6235]
290
291 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-35.sme
292 - Fix old record lookups from sme7 [SME: 6235]
293
294 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-34.sme
295 - Add ibay and machine accounts into ldap [SME: 6236]
296
297 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-33.sme
298 - Rename old ldap record from sme7 if exists [SME: 6235]
299
300 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-32.sme
301 - Fix/add base ou entries needed for new schema [SME: 6234]
302
303 * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 5.2.0-31.sme
304 - Rewrite ldap-update to make adding classes easier [SME: 6233]
305
306 * Fri Sep 24 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-30.sme
307 - Add sambaSamAccount attributes in LDAP [SME: 6232]
308
309 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-29.sme
310 - Use full path to config in the run script [SME: 6222]
311
312 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-28.sme
313 - Add posixAccount attributes in LDAP [SME: 6074]
314
315 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-27.sme
316 - Create the Computers OU [SME: 6230]
317
318 * Thu Sep 23 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-26.sme
319 - Dump ldap data during the pre-backup event [SME: 6226]
320
321 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-25.sme
322 - Send slapd logs in /var/log/ldap (multilog) [SME: 6222]
323 - Force the service to be enabled [SME: 6221]
324 - Indexe memberUid attribute [SME: 6220]
325 - Expand slapd.conf during ldap-update event [SME: 6224]
326 - Split slapd ACL template [SME: 6225]
327 - Prevent users from reading their password over a unsecured link [SME: 6252]
328 - Use md5crypt hash when client requests exop [SME: 6223]
329
330 * Wed Sep 22 2010 Daniel Berteaud <daniel@firewall-services.com> 5.2.0-24.sme
331 - Restrict access to the ldif file [SME: 6217]
332
333 * Thu Jun 10 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-23.sme
334 Tue Jun 10 2010 --> Tue Jun 08 2010 or Thu Jun 10 2010 or Tue Jun 15 2010 or ....
335 - Fix ldap-create errors when adding empty groups [SME: 5920]
336
337 * Mon Jun 7 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-22.sme
338 - Update email addresses on domain change (thanks Daniel) [SME: 5984]
339 - Update admin information (thanks Daniel) [SME: 6014]
340
341 * Tue May 4 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-21.sme
342 - Fix indentation in S25ldap-update script [SME: 5914]
343
344 * Fri Apr 30 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-20.sme
345 - Don't try to save ibay password to ldap [SME: 5906]
346
347 * Mon Mar 1 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-19.sme
348 - Fix bug reference in spec file
349
350 * Mon Mar 1 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-18.sme
351 - Fix admin user password change (Daniel B.) [SME: 5810]
352
353 * Tue Feb 9 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-17.sme
354 - Init database if the ldif dump is empty (ie from sme8b) [SME: 5747]
355
356 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-16.sme
357 - revert re-init database [SME:5747]
358
359 * Fri Feb 5 2010 Stephen Noble <support@dungog.net> 5.2.0-15.sme
360 - re-init readonly database on post-upgrade [SME:5747]
361
362 * Thu Feb 4 2010 Daniel B. <daniel@firewall-services.com> 5.2.0-14.sme
363 - Force SSL/TLS for remote authentication [SME: 5748]
364
365 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-13.sme
366 - reuse users_groups_ous.patch2 [SME: 5743]
367
368 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-12.sme
369 - Separate groups and users with mailboxRelatedObject [SME:5749]
370
371 * Wed Feb 3 2010 Stephen Noble <support@dungog.net> 5.2.0-11.sme
372 - Set readonly access [SME:5752]
373
374 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-10.sme
375 - Fix ldap-update action script to user-lock event [SME: 5720]
376
377 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-9.sme
378 - Fix Groups entries [SME: 5743]
379
380 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-8.sme
381 - Add Groups entries [SME: 5743]
382
383 * Sun Jan 31 2010 Stephen Noble <support@dungog.net> 5.2.0-7.sme
384 - Add admin user as a standard user [SME: 5742]
385
386 * Sat Jan 30 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 5.2.0-6.sme
387 - Add ldap-update action script to user-lock event [SME: 5720]
388
389 * Wed Jan 27 2010 Federico Simoncelli <federico.simoncelli@gmail.com> 5.2.0-5.sme
390 - Add ldap authentication and tls support [SME: 5720]
391
392 * Wed Jan 13 2010 Filippo Carletti <filippo.carletti@gmail.com> 5.2.0-4.sme
393 - Update schema for newer openldap and remove calFBurl [SME: 5159]
394 - Convert ldif dump [SME: 5446]
395
396 * Sun Feb 8 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-3.sme
397 - Create bdb log directory. [SME: 3018]
398
399 * Tue Jan 27 2009 Charlie Brady <charlie_brady@mitel.com> 5.2.0-2.sme
400 - Change ldap backend to bdb, and fix initialisation problem.
401 [SME: 3018, 2859]
402
403 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.2.0-1.sme
404 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
405
406 * Wed Aug 20 2008 Shad L. Lords <slords@mail.com> 4.13.0-1
407 - Roll new dev stream.
408
409 * Fri Jul 25 2008 Shad L. Lords <slords@mail.com> 4.12.0-11
410 - Separate template to avoid breaking schema [SME: 4171]
411
412 * Sat Jul 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 4.12.0-10
413 - Add common <base> tags to e-smith-formmagick's general [SME: 4279]
414
415 * Tue Apr 1 2008 Shad L. Lords <slords@mail.com> 4.12.0-9
416 - Add free/busy URL entry to help kronolith contribs [SME: 1806]
417
418 * Wed Feb 13 2008 Stephen Noble <support@dungog.net> 4.12.0-8
419 - Remove <base> tags now in general [SME: 3919]
420
421 * Tue Jun 26 2007 Charlie Brady <charlie_brady@mitel.com>
422 - Fix format error in ldif template. [SME: 3107]
423
424 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
425 - Clean up spec so package can be built by koji/plague
426
427 * Mon Feb 19 2007 Charlie Brady <charlie_brady@mitel.com> 4.12.0-6
428 - Don't tell slapd to create pid and args files that we don't need
429 and don't use (and can't create with later openldap version).
430 [SME: 2477]
431
432 * Sat Jan 13 2007 Shad L. Lords <slords@mail.com> 4.12.0-5
433 - Make success/failure messages standard [SME: 2289]
434
435 * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
436 - Update to new release naming. No functional changes.
437 - Make Packager generic
438
439 * Wed Nov 08 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-03
440 - Correct permissions on slapd.conf. [SME: 2037]
441
442 * Thu Sep 28 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-02
443 - Don't attempt to create IPv6 socket (log noise). [SME: 1946]
444
445 * Wed Mar 15 2006 Charlie Brady <charlie_brady@mitel.com> 4.12.0-01
446 - Roll stable stream version. [SME: 1016]
447
448 * Sun Jan 22 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-08
449 - Use correct utf8 encoding for non-ascii attributes. [SME: 537]
450
451 * Fri Jan 20 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-07
452 - Reexpand hosts.allow template during ldap-update. [SME: 520]
453
454 * Thu Jan 19 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-06
455 - Reexpand masq template during ldap-update. [SME: 520]
456
457 * Mon Jan 16 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-05
458 - Remove obsolete ldap-rebuild script. [SME: 463]
459
460 * Sun Jan 15 2006 Charlie Brady <charlieb@e-smith.com> 4.11.3-04
461 - Delete old contents of directory if domain name is changed.
462 [SME: 393]
463
464 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 4.11.3-03
465 - Bump release number only
466
467 * Mon Nov 21 2005 Charlie Brady <charlieb@e-smith.com>
468 - [4.11.3-02]
469 - Work around slapd's failure to accept 'objectClass: group' (in spite
470 of schema checking being disabled). [SF: 1362868]
471
472 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
473 - [4.11.3-01]
474 - Remove L10Ns from base packages [SF: 1309520]
475
476 * Fri Oct 14 2005 Gordon Rowell <gordonr@e-smith.com>
477 - [4.11.2-01]
478 - New dev stream before relocating L10Ns
479
480 * Fri Sep 30 2005 Gordon Rowell <gordonr@e-smith.com>
481 - [4.11.1-19]
482 - Added Italian L10N - Thanks Filippo Carletti [SF: 1309266]
483
484 * Mon Sep 26 2005 Gordon Rowell <gordonr@e-smith.com>
485 - [4.11.1-18]
486 - Added German L10N - Thanks Dietmar Berteld [SF: 1293325]
487
488 * Tue Sep 6 2005 Charlie Brady <charlieb@e-smith.com>
489 - [4.11.1-17]
490 - Add template fragment to allow bind using LDAP version
491 2. [SF: 1282697]
492
493 * Wed Jul 27 2005 Charlie Brady <charlieb@e-smith.com>
494 - [4.11.1-16]
495 - Move masq fragement from template to db [SF: 1241415]
496 - Remove all use of deprecated esmith::config API.
497
498 * Mon Jun 13 2005 Charlie Brady <charlieb@e-smith.com>
499 - [4.11.1-15]
500 - Remove unused and deprecated kerberosobject schema.
501
502 * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
503 - [4.11.1-14]
504 - Fix typo in services2adjust symlink for apache.
505
506 * Fri Apr 15 2005 Charlie Brady <charlieb@e-smith.com>
507 - [4.11.1-13]
508 - Drop back to simple schema, and 6.x version of ldap-update script.
509 More thought needed about how to extend the schema and how to handle
510 property deletions.
511
512 * Thu Apr 14 2005 Charlie Brady <charlieb@e-smith.com>
513 - [4.11.1-12]
514 - Remove full restart of apache from panel, and add sigusr1 to ldap-update
515 event handling.
516 - Update ldif file templates and ldap-update script to fill out the schema
517 a little, to remove bogus adding of user attribute to group entries, and
518 to allow removal of properties which have been nulled out.
519
520 * Fri Apr 1 2005 Charlie Brady <charlieb@e-smith.com>
521 - [4.11.1-11]
522 - Comment out for now the utf8 conversion, as it's not working
523 yet.
524
525 * Wed Mar 23 2005 Charlie Brady <charlieb@e-smith.com>
526 - [4.11.1-10]
527 - Remove explicit generic_template_expand symlink in ldap-update
528 event - not required.
529 - Create "finish" script to do ldif file dump on shutdown.
530 - Add templates for ldif file used during ldap rebuild.
531 - Handle latin->utf8 conversion in ldif templates.
532
533 * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
534 - [4.11.1-09]
535 - Use generic adjust-services in place of adjust-masq [MN00065576]
536
537 * Tue Mar 8 2005 Charlie Brady <charlieb@e-smith.com>
538 - [4.11.1-08]
539 - Remove dangling ldap-conf symlink. [MN00064130]
540
541 * Tue Jan 25 2005 Charlie Brady <charlieb@e-smith.com>
542 - [4.11.1-07]
543 - Remove ldap-delete-dumps from post-backup event. It leaves ldap
544 stopped and with no directory contents. [MN00025069]
545 - Added ldap-delete-dumps to post-backup to prevent potential ldap database
546 clobbering on post-upgrade. [msoulier MN00025069]
547 - Update e-smith-devtools BuildRequires, and createlinks script.
548 [MN00064130]
549
550 * Tue Jan 18 2005 Charlie Brady <charlieb@e-smith.com>
551 - [4.11.1-06]
552 - Use generic_template_expand action where possible, in place
553 of specific actions. Update e-smith-lib dependency. [MN00064130]
554
555 * Wed Dec 29 2004 Charlie Brady <charlieb@e-smith.com>
556 - [4.11.1-05]
557 - Create missing /service symlink, and add down file to service
558 directory to control startup sequence. [charlieb MN00062133]
559
560 * Mon Dec 20 2004 Charlie Brady <charlieb@e-smith.com>
561 - [4.11.1-04]
562 - Use supervise to run slapd. [charlieb MN00062133]
563
564 * Tue Nov 9 2004 Charlie Brady <charlieb@e-smith.com>
565 - [4.11.1-03]
566 - Include redhat/rfc822-MailMember.schema specification from earlier
567 RedHat openldap packages (missing in RHEL3). [charlieb MN00056724]
568 - Remove deprecated ldap-startup script. Add ldap service default fragments
569 and a migrate fragment to initialize the password. [charlieb MN00056726]
570 - Remove obsolete conf-migrate-ldap-variables action [charlieb MN00056733]
571
572 * Tue Sep 28 2004 Michael Soulier <msoulier@e-smith.com>
573 - [4.11.1-02]
574 - Updated requires with new perl dependencies. [msoulier MN00040240]
575
576 * Mon May 10 2004 Michael Soulier <msoulier@e-smith.com>
577 - [4.11.1-01]
578 - Updated createlinks.
579 - Added ldap-delete-dumps to post-backup to prevent potential ldap database
580 clobbering on post-upgrade. [msoulier MN00025069]
581
582 * Thu Sep 4 2003 Charlie Brady <charlieb@e-smith.com>
583 - [4.11.0-01]
584 - Changing version to development stream number - 4.11.0
585
586 * Wed Jul 9 2003 Charlie Brady <charlieb@e-smith.com>
587 - [4.10.0-02]
588 - Avoid restart of slapd during bootstrap-console-save event.
589 [charlieb 9338]
590
591 * Thu Jun 26 2003 Charlie Brady <charlieb@e-smith.com>
592 - [4.10.0-01]
593 - Changing version to stable stream number - 4.10.0
594
595 * Tue May 6 2003 Lijie Deng <lijied@e-smith.com>
596 - [4.9.0-12]
597 - Add Spanish lexicon for directory panel [lijied 3793]
598
599 * Wed Apr 16 2003 Michael Soulier <msoulier@e-smith.com>
600 - [4.9.0-11]
601 - Modified French translation [lijied 7949]
602 - Modified ldap-dump to take its domainname from /etc/openldap/ldap.conf, and
603 be aware of domainname changes. [msoulier 6747]
604
605 * Thu Apr 3 2003 Lijie Deng <lijied@e-smith.com>
606 - [4.9.0-10]
607 - Removed 'Mitel Networks SME Server' branding [lijied 8016]
608
609 * Thu Mar 27 2003 Lijie Deng <lijied@e-smith.com>
610 - [4.9.0-09]
611 - Modified French lexicon to use lang="fr", rename the lexicon
612 directory to fr [lijied 6787]
613
614 * Tue Mar 25 2003 Lijie Deng <lijied@e-smith.com>
615 - [4.9.0-08]
616 - Modified directory access en-us and fr-ca text [lijied 4081]
617
618 * Tue Mar 18 2003 Lijie Deng <lijied@e-smith.com>
619 - [4.9.0-07]
620 - Split out ./etc/openldap/ldap.conf/template-begin [lijied 3295]
621
622 * Mon Mar 17 2003 Lijie Deng <lijied@e-smith.com>
623 - [4.9.0-06]
624 - Deleted empty template-end file [lijied 3295]
625
626 * Thu Mar 6 2003 Lijie Deng <lijied@e-smith.com>
627 - [4.9.0-05]
628 - Modified directory panel order [lijied 7356]
629
630 * Tue Mar 4 2003 Lijie Deng <lijied@e-smith.com>
631 - [4.9.0-04]
632 - Split en-us lexicon from directory panel [lijied 4030]
633
634 * Fri Feb 28 2003 Lijie Deng <lijied@e-smith.com>
635 - [4.9.0-03]
636 - s/HostsAllowSpec/hosts_allow_spec/ [charlieb 5650]
637 - Remodified the lexicon file [lijied 5003]
638
639 * Fri Feb 28 2003 Charlie Brady <charlieb@e-smith.com>
640 - [4.9.0-02]
641 - Added French lexicon for directory [lijied 5003]
642 - Re-do hosts.allow template to use esmith::ConfigDB::HostsAllowSpec.
643 Add dependency on up-to-date e-smith-lib. [charlieb 5650]
644
645 * Wed Nov 20 2002 Mike Dickson <miked@e-smith.com>
646 - [4.9.0-01]
647 - Changing to development stream; version upped to 4.9.0
648
649 * Fri Oct 11 2002 Charlie Brady <charlieb@e-smith.com>
650 - [4.8.0-01]
651 - Roll to maintained version number to 4.8.0
652
653 * Wed Oct 2 2002 Charlie Brady <charlieb@e-smith.com>
654 - [4.7.6-14]
655 - Override the default backgrounding of ldap restart in
656 gentle-ldap-dump action [charlieb 2745]
657 - Remove deprecated serviceControl enable/disable calls from
658 ldap-startup [charlieb 4458]
659
660 * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
661 - [4.7.6-13]
662 - Use esmith::util and shut down LDAP in foreground [markk 2745]
663
664 * Tue Sep 24 2002 Mark Knox <markk@e-smith.com>
665 - [4.7.6-12]
666 - Add pre-restore event and ldap-delete-dumps action [markk 2745]
667
668 * Thu Sep 12 2002 Charlie Brady <charlieb@e-smith.com>
669 - [4.7.6-11]
670 - Fix permission/ownership of /etc/openldap/slapd.conf. [charlieb 4862]
671
672 * Tue Sep 10 2002 Charlie Brady <charlieb@e-smith.com>
673 - [4.7.6-10]
674 - Remove redundant "my" in ldap-rebuild (causes warning). [charlieb 2745]
675
676 * Thu Sep 5 2002 Charlie Brady <charlieb@e-smith.com>
677 - [4.7.6-09]
678 - Remove stray ; (where are those code police?). [charlieb 2745]
679
680 * Tue Sep 3 2002 Charlie Brady <charlieb@e-smith.com>
681 - [4.7.6-08]
682 - Fix $c->get('DomainName') => $c->get('DomainName')->value snafu
683 [charlieb 2745]
684
685 * Mon Sep 2 2002 Charlie Brady <charlieb@e-smith.com>
686 - [4.7.6-07]
687 - Fix Domain => DomainName snafu. [charlieb 2745]
688
689 * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
690 - [4.7.6-06]
691 - Create new gentle-ldap-dump action, and include it in pre-backup
692 event. [charlieb 2745]
693
694 * Thu Aug 29 2002 Charlie Brady <charlieb@e-smith.com>
695 - [4.7.6-05]
696 - Revert ldap-dump to slapcat version, and remove symlinks from all
697 actions. The ldap init script is being modified to call ldap-dump
698 after slapd shutdown. [charlieb 4739]
699
700 * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
701 - [4.7.6-04]
702 - Rewrite ldap-dump to use Net::LDAP::LDIF so that it reads data from
703 ldap daemon rather than directly from ldap db files. [charlieb 4057]
704
705 * Tue Aug 27 2002 Charlie Brady <charlieb@e-smith.com>
706 - [4.7.6-03]
707 - Fix run-time problems in OO conversion of ldap-update [charlieb 4057]
708
709 * Fri Aug 23 2002 Charlie Brady <charlieb@e-smith.com>
710 - [4.7.6-02]
711 - Change ldap-rebuild to build directory using LDIF dump if found,
712 and new data otherwise. [charlieb 4057]
713 - Re-write ldap-update and ldap-rebuild to use OO db accesses,
714 for clarity. [charlieb 4057]
715 - Dump LDAP directory every time we change it. [charlieb 4057]
716
717 * Tue Aug 20 2002 Charlie Brady <charlieb@e-smith.com>
718 - [4.7.6-01]
719 - Add program to do LDIF dump of ldap directory. [charlieb 4057]
720
721 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
722 - [4.7.5-01]
723 - Remove unnecessary actions: ldap-rebuild from console-save event and
724 ldap-conf from ldap-update event. [charlieb 4057]
725 - Change ldap-update action so that when run during the ldap-update
726 event it iterates through user and group accounts and updates records
727 with current values. Link ldap-update action into ldap-update event
728 in place of ldap-rebuild action. [charlieb 4057]
729
730 * Mon Aug 19 2002 Charlie Brady <charlieb@e-smith.com>
731 - [4.7.4-01]
732 - Use new adjust-masq action rather than restart-masq during ldap-update.
733 [charlieb 4501]
734
735 * Thu Aug 15 2002 Charlie Brady <charlieb@e-smith.com>
736 - [4.7.3-01]
737 - Add rc7.d symlink and don't set deprecated InitscriptsOrder property
738 [charlieb 4458]
739 - Change use of allow_tcp_in() function to allow dynamic reconfig.
740 [charlieb 4501]
741
742 * Thu Aug 8 2002 Charlie Brady <charlieb@e-smith.com>
743 - [4.7.2-01]
744 - Change inbound rule to use allow_tcp_in() function. The
745 function actually implements connection tracking. [charlieb 4499]
746
747 * Wed Jul 17 2002 Charlie Brady <charlieb@e-smith.com>
748 - [4.7.1-01]
749 - Change masq script fragment to use iptables. [charlieb 1268]
750
751 * Wed Jun 5 2002 Charlie Brady <charlieb@e-smith.com>
752 - [4.7.0-01]
753 - Changing version to development stream number 4.7.0
754
755 * Fri May 31 2002 Charlie Brady <charlieb@e-smith.com>
756 - [4.6.0-01]
757 - Changing version to maintained stream number to 4.6.0
758
759 * Thu May 23 2002 Gordon Rowell <gordonr@e-smith.com>
760 - [4.5.10-01]
761 - RPM rebuild forced by cvsroot2rpm
762
763 * Mon May 6 2002 Gordon Rowell <gordonr@e-smith.com>
764 - [4.5.9-01]
765 - Localise SAVE button [gordonr 3222]
766
767 * Fri May 3 2002 Charlie Brady <charlieb@e-smith.com>
768 - [4.5.8-01]
769 - Remove /etc/e-smith/tests/.dummy. Make empty /etc/e-smith/tests in %build.
770 [charlieb 3343]
771
772 * Wed May 1 2002 Gordon Rowell <gordonr@e-smith.com>
773 - [4.5.7-01]
774 - esmith::AccountDB -> esmith::AccountsDB [schwern 3287]
775
776 * Thu Apr 25 2002 Gordon Rowell <gordonr@e-smith.com>
777 - [4.5.6-01]
778 - Added header and footer to page [gordonr 3223]
779 - Added nav bar entries to lexicon [gordonr 3155]
780
781 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
782 - [4.5.5-01]
783 - Adjusted site-perl -> site_perl
784
785 * Mon Apr 15 2002 Gordon Rowell <gordonr@e-smith.com>
786 - [4.5.4-01]
787 - Language en-> en-us
788
789 * Wed Apr 10 2002 Kirrily Robert <skud@e-smith.com>
790 - [4.5.3-01]
791 - Added i18n'd directory panel
792
793 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
794 - [4.5.2-01]
795 - Checking for success of CVS import
796
797 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
798 - [4.5.1-01]
799 - rollRPM: Rolled version number to 4.5.1-01. Includes patches up to 4.5.0-02.
800
801 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
802 - [4.5.0-02]
803 - removed extraneous rmdir in setup section that was breaking the build
804
805 * Mon Mar 25 2002 Kirrily Robert <skud@e-smith.com>
806 - [4.5.0-01]
807 - rollRPM: Rolled version number to 4.5.0-01. Includes patches up to 4.4.0-08.
808
809 * Fri Nov 16 2001 Charlie Brady <charlieb@e-smith.com>
810 - [4.4.0-08]
811 - Fix code which adds the "ldap" user - it was trying to use "ldap" as
812 a supplementary group (using -G) rather than as initial group (-g).
813 - Remove two $! from warn statements as they are won't contain useful
814 information.
815
816 * Wed Nov 07 2001 Tony Clayton <tonyc@e-smith.com>
817 - [4.4.0-07]
818 - rebranding to Mitel Networks
819
820 * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
821 - [4.4.0-06]
822 - Fix regeneration of ldap password every time slapd.conf was
823 re-expanded. See Bugzilla #1966 for details.
824
825 * Thu Oct 18 2001 Charlie Brady <charlieb@e-smith.com>
826 - [4.4.0-05]
827 - Added code to add "ldap" user and group if necessary
828
829 * Tue Aug 28 2001 Gordon Rowell <gordonr@e-smith.com>
830 - [4.4.0-04]
831 - Removed deprecated post-restore event directory
832
833 * Fri Aug 17 2001 Adrian Chung <adrianc@e-smith.com>
834 - [4.4.0-03]
835 - Add restart-httpd-full call to end of web panel, after
836 user confirmation of update has been sent.
837
838 * Fri Aug 17 2001 gordonr
839 - [4.4.0-02]
840 - Autorebuild by rebuildRPM
841
842 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
843 - [4.4.0-01]
844 - Rolled version number to 4.4.0-01. Includes patches upto 4.3.1-05.
845
846 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
847 - [4.3.1-05]
848 - Use Net::LDAP module in ldap-delete and ldap-update. Something broke
849 in the ldap{add,modify,delete} versions of the scripts, and it's easy
850 to debug, and probably more efficient to just write to the perl API.
851
852 * Wed Aug 8 2001 Charlie Brady <charlieb@e-smith.com>
853 - [4.3.1-04]
854 - Change uid/gid before execing slapadd, so that created db files have
855 correct ownership
856 - Reformat ldap-rebuild to fit in 80 columns.
857
858 * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
859 - [4.3.1-03]
860 - Use slapadd instead of ldif2ldbm program for ldap-rebuild. Use pipe
861 rather than temp file.
862 - Re-add "schemacheck off" to slapd.conf - we don't pass the strict
863 checking which is recommended.
864
865 * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
866 - [4.3.1-02]
867 - openldap v2 changes - change ownership of slapd.conf, use different
868 bundled schema files, and add indexes.
869
870 * Tue Aug 7 2001 Charlie Brady <charlieb@e-smith.com>
871 - [4.3.1-01]
872 - Rolled version number to 4.3.1-01. Includes patches upto 4.3.0-07.
873
874 * Tue Aug 07 2001 Charlie Brady <charlieb@e-smith.com>
875 - [4.3.0-07]
876 - Break slapd.conf template into fragments, and include in-line
877 at.conf and co.conf fragements, rather than use include feature.
878 This is to make configuration stable across versions of openldap.
879
880 * Thu Aug 02 2001 Gordon Rowell <gordonr@e-smith.com>
881 - [4.3.0-06]
882 - More branding changes
883
884 * Sun Jul 29 2001 Jason Miller <jmiller@e-smith.com>
885 - [4.3.0-05]
886 - Branding text changes to the directory web panel
887
888 * Fri Jul 6 2001 Peter Samuel <peters@e-smith.com>
889 - [4.3.0-04]
890 - Change license to GPL
891
892 * Wed Jul 04 2001 Gordon Rowell <gordonr@e-smith.com>
893 - [4.3.0-03]
894 - Use esmith::util::LdapPassword instead of direct file access
895
896 * Tue May 29 2001 Tony Clayton <tonyc@e-smith.com>
897 - [4.3.0-02]
898 - fixed actions that had tied %conf when calling serviceControl (2 actions)
899
900 * Sun Apr 29 2001 Charlie Brady <charlieb@e-smith.com>
901 - [4.3.0-01]
902 - Rolled version number to 4.3.0-01. Includes patches upto 4.2.0-03.
903
904 * Thu Feb 8 2001 Adrian Chung <adrianc@e-smith.com>
905 - Rolling release number for GPG signing.
906
907 * Fri Jan 26 2001 Charlie Brady <charlieb@e-smith.com>
908 - [4.2.0-01]
909 - Added packet filter fragment to selectively allow external LDAP access
910 - Linked conf- and restart-masq actions into update-ldap event
911
912 * Thu Jan 25 2001 Peter Samuel <peters@e-smith.com>
913 - [4.2.0-01]
914 - Rolled version number to 4.2.0-01. Includes patches upto 4.1.0-17.
915
916 * Tue Jan 16 2001 Adrian Chung <adrianc@e-smith.com>
917 - [4.1.0-17]
918 - Add ldap-rebuild to bootstrap-console-save
919 - required to initialize ldap database.
920
921 * Fri Jan 12 2001 Charlie Brady <charlieb@e-smith.com>
922 - [4.1.0-16]
923 - Remove ldap-conf from post-upgrade action (it was occuring before
924 ldap-startup, which caused a problem).
925 - Delete obsolete post-restore action.
926
927 * Fri Jan 12 2001 Adrian Chung <adrianc@e-smith.com>
928 - [4.1.0-15]
929 - split ldap-rebuild into ldap-conf and ldap-rebuild.
930
931 * Thu Jan 11 2001 Gordon Rowell <gordonr@e-smith.com>
932 - [4.1.0-14]
933 - Use serviceControl()
934
935 * Thu Jan 11 2001 Charlie Brady <charlieb@e-smith.com>
936 - [4.1.0-13]
937 - Fix perl warning in migrate variables script - simplify a chunk of code
938 while doing it.
939
940 * Wed Jan 10 2001 Charlie Brady <charlieb@e-smith.com>
941 - [4.1.0-12]
942 - Add genLdapPassword to ldap-startup - it somehow has been lost and never
943 happens.
944 - Remove ldap-startup from console-save
945 - Add ldap-startup to post-restore action
946 - Add new bootstrap-console-save event
947 - Change demo phone number from 999... to 555.... to save UK emergency
948 services
949
950 * Tue Jan 09 2001 Jason Miller <jmiller@e-smith.com>
951 - [4.1.0-11]
952 - updated ldap-startup to set the defaults on a fresh
953 installation
954 - undid some bad changes to the conf-migrate-ldap-variables
955 script
956
957 * Mon Jan 08 2001 Jason Miller <jmiller@e-smith.com>
958 - [4.1.0-5] through [4.1.0-9]
959 - changed directory web panel to read from new configuration
960 database parameters
961 - updated action scripts to take into account the new ldap
962 database parameters
963 - added conf-migrate-ldap-variables as a new action in
964 both post-upgrade and post-restore
965
966 * Fri Jan 05 2001 Jason Miller <jmiller@e-smith.com>
967 - [4.1.0-4]
968 - updated copyright and fixed directory panel error in
969 not checking prototypes for subroutines
970
971 * Tue Dec 12 2000 Gordon Rowell <gordonr@e-smith.com>
972 - [4.1.0-3]
973 - Fixed e-smith-lib dependency
974
975 * Mon Dec 11 2000 Tony Clayton <tonyc@e-smith.com>
976 - [4.1.0-2]
977 - upgraded ldap-rebuild action to conform to new processTemplate
978 - created dependency on e-smith-lib-4.1.0-13
979
980 * Wed Dec 06 2000 Peter Samuel <peters@e-smith.com>
981 - [4.1.0-1]
982 - Rolled version to 4.1.0-1. Includes patches up to 4.0.6-3
983
984 * Tue Oct 31 2000 Charlie Brady <charlieb@e-smith.com>
985 - Fix some old bugs in event scripts - esmith::db was not in use
986 list.
987 - Replace db_get_type calls with db_get_prop
988 - Re-write ldap hosts.allow template.
989 - Remove duplicate my $status in ldap-rebuild.
990
991 * Mon Oct 30 2000 Charlie Brady <charlieb@e-smith.com>
992 - Merge services database back into configuration
993
994 * Wed Oct 25 2000 Charlie Brady <charlieb@e-smith.com>
995 - Roll version number to 4.0.6-1.
996
997 * Thu Oct 19 2000 Adrian Chung <adrian.chung@e-smith.com>
998 - Update web/functions/directory script to pass merged
999 confServicesCombined hash to esmith::cgi::gen...
1000 functions.
1001
1002 * Thu Oct 12 2000 Charlie Brady <charlieb@e-smith.com>
1003 - Fix obsolete reference to LDAPServerMode.
1004 - Reformat to break long lines.
1005
1006 * Fri Oct 06 2000 Charlie Brady <charlieb@e-smith.com>
1007 - Delete %post action, and set the default services db value
1008 in post-install action
1009
1010 * Thu Oct 05 2000 Jason Miller <jay@e-smith.com>
1011 - change .spec to use db:setdefault() function
1012
1013 * Wed Oct 04 2000 Jason Miller <jay@e-smith.com>
1014 - %post event for enabling ldap service automatically
1015 (no more post-install code required)
1016 - dependencies on e-smith-lib > 0.1-21
1017 - only expand templates if ldapd enabled
1018 - only add to hosts.allow if ldapd enabled
1019 - enable/disable service dependant on services database
1020
1021 * Tue Oct 03 2000 Charlie Brady <charlieb@e-smith.com>
1022 - Update services database when enabling/disabling startup.
1023
1024 * Tue Oct 03 2000 Adrian Chung <mac@e-smith.com>
1025 - Added ldap service checking wrapper to action scripts.
1026
1027 * Mon Sep 25 2000 Paul Nesbit <pkn@e-smith.com>
1028 - replaced references to e-smith.net with e-smith.com
1029
1030 * Fri Aug 25 2000 Charlie Brady <charlieb@e-smith.com>
1031 - Added build dependency on e-smith-devtools, and dependency on
1032 e-smith-lib. Generate file list with genfilelist.
1033
1034 * Thu Aug 24 2000 Gordon Rowell <gordonr@e-smith.com>
1035 - Rewrote ldap-startup to use serviceControl()
1036
1037 * Wed Jul 12 2000 Joseph Morrison <jdm@e-smith.net>
1038 - Add -1 argument to split commands to handle null final values in
1039 configuration records
1040
1041 * Fri Jun 16 2000 Charlie Brady <charlieb@e-smith.net>
1042 - Rewrite createlinks in perl
1043 - Don't mark template files as config files.
1044
1045 * Mon Jun 12 2000 Charlie Brady <charlieb@e-smith.net>
1046 - Use new multi-arg form of backgroundCommand.
1047
1048 * Thu Jun 01 2000 Charlie Brady <charlieb@e-smith.net>
1049 Fri Jun 01 2000 --> Fri May 26 2000 or Thu Jun 01 2000 or Fri Jun 02 2000 or ....
1050 - First created - broken out of e-smith-base 4.0.11.
1051
1052 %prep
1053 %setup
1054 %patch0 -p1
1055 %patch1 -p1
1056 %patch2 -p1
1057 %patch3 -p1
1058 %patch4 -p1
1059 %patch5 -p1
1060 mkdir -p root/etc/openldap/ssl
1061 rm -rf root/service root/var/service root/etc/rc.d/init.d/supervise
1062 %patch6 -p1
1063 %patch7 -p1
1064 %patch8 -p1
1065 %patch9 -p1
1066
1067 %build
1068 perl createlinks
1069
1070 %install
1071 rm -rf $RPM_BUILD_ROOT
1072 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
1073 rm -f %{name}-%{version}-%{release}-filelist
1074 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
1075 --file /sbin/e-smith/systemd/ldap-certificate 'attr(0554,root,root)' \
1076 --file /sbin/e-smith/systemd/ldap-prepare 'attr(0554,root,root)' \
1077 --file /sbin/e-smith/systemd/ldap-finish 'attr(0554,root,root)' \
1078 --file /var/service/ldap/ldif-fix 'attr(0750,root,root)' \
1079 --file /var/service/ldap/finish 'attr(0750,root,root)' \
1080 --dir /var/log/bdb 'attr(0700,ldap,ldap)' \
1081 --dir /home/e-smith/db/ldap 'attr(0750,root,ldap)' \
1082 --dir /var/log/ldap 'attr(0750,root,root)' \
1083 --dir /etc/openldap/ssl 'attr(0750,root,ldap)' \
1084 > %{name}-%{version}-%{release}-filelist
1085 echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist
1086
1087 %clean
1088 rm -rf $RPM_BUILD_ROOT
1089
1090 %files -f %{name}-%{version}-%{release}-filelist
1091 %defattr(-,root,root)
1092
1093 %pre
1094 if [ $1 -gt 1 ] ; then
1095 if [ -e /var/service/ldap/run ] ; then
1096 /usr/bin/sv d ldap
1097 /usr/bin/sv d ldap/log
1098 fi
1099 fi

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