/[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.9 - (show annotations) (download)
Sun May 3 02:51:32 2020 UTC (4 years, 1 month ago) by jpp
Branch: MAIN
CVS Tags: e-smith-ldap-5_6_0-7_el7_sme
Changes since 1.8: +11 -2 lines
* Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.0-7.sme
- New protocol default as TLSv1.2  [SME: 10936]
  New property TLSProtocolMin
  Ciphers are now ordered with stronger first

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

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