--- rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2009/02/09 00:00:30 1.13 +++ rpms/e-smith-ldap/sme8/e-smith-ldap.spec 2010/02/04 11:37:22 1.26 @@ -1,16 +1,26 @@ -# $Id: e-smith-ldap.spec,v 1.12 2009/01/28 04:04:18 charliebrady Exp $ +# $Id: e-smith-ldap.spec,v 1.25 2010/02/03 10:00:33 dungog Exp $ Summary: e-smith server and gateway - LDAP module %define name e-smith-ldap Name: %{name} %define version 5.2.0 -%define release 3 +%define release 14 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.gz Patch0: %{name}-%{version}.backend +Patch1: %{name}-%{version}-schema.patch +Patch2: %{name}-%{version}-convert_ldif.patch +Patch3: %{name}-%{version}-password.patch +Patch4: %{name}-%{version}-tls.patch +Patch5: %{name}-%{version}-user-lock-event.patch +Patch6: %{name}-%{version}-admin_user.patch +Patch7: %{name}-%{version}-users_groups_ous.patch2 +Patch8: %{name}-%{version}-attributes.patch +Patch9: %{name}-%{version}-mailboxRelatedObject.patch +Patch10: %{name}-%{version}-force_ssl_tls_for_auth.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch Requires: e-smith-base @@ -24,6 +34,40 @@ AutoReqProv: no e-smith server and gateway software - LDAP module. %changelog +* Thu Feb 4 2010 Daniel B. 5.2.0-14.sme +- Force SSL/TLS for remote authentication [SME: 5748] + +* Wed Feb 3 2010 Stephen Noble 5.2.0-13.sme +- reuse users_groups_ous.patch2 [SME: 5743] + +* Wed Feb 3 2010 Stephen Noble 5.2.0-12.sme +- Separate groups and users with mailboxRelatedObject [SME:5749] + +* Wed Feb 3 2010 Stephen Noble 5.2.0-11.sme +- Set readonly access [SME:5752] + +* Sun Jan 31 2010 Stephen Noble 5.2.0-10.sme +- Fix ldap-update action script to user-lock event [SME: 5720] + +* Sun Jan 31 2010 Stephen Noble 5.2.0-9.sme +- Fix Groups entries [SME: 5743] + +* Sun Jan 31 2010 Stephen Noble 5.2.0-8.sme +- Add Groups entries [SME: 5743] + +* Sun Jan 31 2010 Stephen Noble 5.2.0-7.sme +- Add admin user as a standard user [SME: 5742] + +* Sat Jan 30 2010 Jonathan Martens 5.2.0-6.sme +- Add ldap-update action script to user-lock event [SME: 5720] + +* Wed Jan 27 2010 Federico Simoncelli 5.2.0-5.sme +- Add ldap authentication and tls support [SME: 5720] + +* Wed Jan 13 2010 Filippo Carletti 5.2.0-4.sme +- Update schema for newer openldap and remove calFBurl [SME: 5159] +- Convert ldif dump [SME: 5446] + * Sun Feb 8 2009 Charlie Brady 5.2.0-3.sme - Create bdb log directory. [SME: 3018] @@ -682,6 +726,16 @@ e-smith server and gateway software - LD %prep %setup %patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 %build mkdir -p root/etc/e-smith/tests @@ -698,6 +752,7 @@ ln -s /var/service/ldap root/service/lda touch root/var/service/ldap/down mkdir -p root/var/log/bdb +mkdir -p root/var/service/ldap/ssl %install rm -rf $RPM_BUILD_ROOT @@ -707,6 +762,7 @@ rm -f %{name}-%{version}-%{release}-file --file /var/service/ldap/run 'attr(0750,root,root)' \ --file /var/service/ldap/convert_ldif 'attr(0750,root,root)' \ --file /var/service/ldap/finish 'attr(0750,root,root)' \ + --file /var/service/ldap/control/1 'attr(0750,root,root)' \ --dir /var/log/bdb 'attr(0700,ldap,ldap)' \ > %{name}-%{version}-%{release}-filelist echo "%doc COPYING" >> %{name}-%{version}-%{release}-filelist