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