SPECS: openldap.spec - updated to 2.3.21, package auditlog overlay

qboosh qboosh at pld-linux.org
Mon Apr 17 16:02:10 CEST 2006


Author: qboosh                       Date: Mon Apr 17 14:02:10 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 2.3.21, package auditlog overlay

---- Files affected:
SPECS:
   openldap.spec (1.235 -> 1.236) 

---- Diffs:

================================================================
Index: SPECS/openldap.spec
diff -u SPECS/openldap.spec:1.235 SPECS/openldap.spec:1.236
--- SPECS/openldap.spec:1.235	Fri Apr 14 17:25:10 2006
+++ SPECS/openldap.spec	Mon Apr 17 16:02:05 2006
@@ -17,12 +17,12 @@
 Summary(ru):	ďÂŇÁÚĂŮ ËĚÉĹÎÔĎ× LDAP
 Summary(uk):	úŇÁÚËÉ ËĚŚ¤ÎÔŚ× LDAP
 Name:		openldap
-Version:	2.3.20
-Release:	4
+Version:	2.3.21
+Release:	1
 License:	OpenLDAP Public License
 Group:		Networking/Daemons
 Source0:	ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/%{name}-%{version}.tgz
-# Source0-md5:	49d2c5b9378a7b57e1fb03948acb8e32
+# Source0-md5:	37ef142fc05abd088a4bb2d30dc4c679
 Source1:	ldap.init
 Source2:	%{name}.sysconfig
 Source3:	ldap.conf
@@ -356,6 +356,25 @@
 %description overlay-accesslog -l pl
 Nakładka accesslog dla serwera OpenLDAP.
 
+%package overlay-auditlog
+Summary:	Auditlog overlay for OpenLDAP server
+Summary(pl):	Nakładka auditog dla serwera OpenLDAP
+Group:		Networking/Daemons
+Requires(post,preun):	sed >= 4.0
+Requires:	%{name}-servers = %{version}-%{release}
+
+%description overlay-auditlog
+The Audit Logging overlay can be used to record all changes on a given
+backend database to a specified log file. Changes are logged as
+standard LDIF, with an additional comment header giving the timestamp
+of the change and the identity of the user making the change.
+
+%description overlay-auditlog -l pl
+Nakładka Audit Logging może być używana do zapisywania wszystkich
+zmian w danej bazie danych do podanego pliki loga. Zmiany są logowane
+jako standardowy LDIF z dodatkowym nagłówkiem komentarza podającym
+czas zmiany i identyfikującym użytkownika, który dokonał zmiany.
+
 %package overlay-denyop
 Summary:	Denyop overlay for OpenLDAP server
 Summary(pl):	Nakładka zabraniająca wykonania operacji dla serwera OpenLDAP
@@ -905,6 +924,12 @@
 %preun overlay-accesslog
 %ldap_module_remove accesslog.la
 
+%post overlay-auditlog
+%ldap_module_add auditlog.la
+
+%preun overlay-auditlog
+%ldap_module_remove auditlog.la
+
 %post overlay-denyop
 %ldap_module_add denyop.la
 
@@ -1096,6 +1121,12 @@
 %{_libdir}/openldap/accesslog.la
 %{_mandir}/man5/slapo-accesslog.5*
 
+%files overlay-auditlog
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/openldap/auditlog*.so*
+%{_libdir}/openldap/auditlog.la
+%{_mandir}/man5/slapo-auditlog.5*
+
 %files overlay-denyop
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/openldap/denyop*.so*
@@ -1199,6 +1230,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.236  2006/04/17 14:02:05  qboosh
+- updated to 2.3.21, package auditlog overlay
+
 Revision 1.235  2006/04/14 15:25:10  glen
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openldap.spec?r1=1.235&r2=1.236&f=u



More information about the pld-cvs-commit mailing list