/[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.4 - (show annotations) (download)
Thu May 12 23:10:22 2016 UTC (8 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ldap-5_6_0-4_el7_sme
Changes since 1.3: +7 -2 lines
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 5.6.0-4.sme
- Add missing shebang in ldap.init script [SME: 9432]

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

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