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

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

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


Revision 1.21 - (show annotations) (download)
Mon Apr 27 16:45:09 2015 UTC (9 years, 1 month ago) by vip-ire
Branch: MAIN
CVS Tags: e-smith-ldap-5_4_0-19_el6_sme
Changes since 1.20: +7 -2 lines
* Mon Apr 27 2015 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-19.sme
- Remove size limit for search result [SME: 8918]

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

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