/[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.8 - (show annotations) (download)
Thu Feb 23 10:21:52 2017 UTC (7 years, 4 months ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ldap-5_6_0-6_el7_sme
Changes since 1.7: +8 -2 lines
* Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-6.sme
- Disable SSLv3, but keep the possibility to enable it again [SME: 10108]
- Better default cipher suite, and honor global suite [SME: 10108]

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

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