Rebase to 2.4.18, minor update of documentation
This commit is contained in:
parent
5dec44106b
commit
a629500293
@ -1,2 +1,2 @@
|
|||||||
openldap-2.4.16.tgz
|
openldap-2.4.18.tgz
|
||||||
db-4.7.25.tar.gz
|
db-4.7.25.tar.gz
|
||||||
|
@ -9,9 +9,9 @@ diff -up openldap-2.4.11/contrib/slapd-modules/smbk5pwd/README.patch8 openldap-2
|
|||||||
+this version of smbk5pwd because we do not use Heimdall.
|
+this version of smbk5pwd because we do not use Heimdall.
|
||||||
+***************************************************************
|
+***************************************************************
|
||||||
+
|
+
|
||||||
Copyright 2004-2005 Howard Chu, Symas Corp. All rights reserved.
|
This directory contains a slapd overlay, smbk5pwd, that extends the
|
||||||
|
PasswordModify Extended Operation to update Kerberos keys and Samba
|
||||||
Redistribution and use in source and binary forms, with or without
|
password hashes for an LDAP user.
|
||||||
diff -up openldap-2.4.11/servers/slapd/overlays/Makefile.in.patch8 openldap-2.4.11/servers/slapd/overlays/Makefile.in
|
diff -up openldap-2.4.11/servers/slapd/overlays/Makefile.in.patch8 openldap-2.4.11/servers/slapd/overlays/Makefile.in
|
||||||
--- openldap-2.4.11/servers/slapd/overlays/Makefile.in.patch8 2008-02-12 00:26:48.000000000 +0100
|
--- openldap-2.4.11/servers/slapd/overlays/Makefile.in.patch8 2008-02-12 00:26:48.000000000 +0100
|
||||||
+++ openldap-2.4.11/servers/slapd/overlays/Makefile.in 2008-09-01 09:57:09.000000000 +0200
|
+++ openldap-2.4.11/servers/slapd/overlays/Makefile.in 2008-09-01 09:57:09.000000000 +0200
|
||||||
|
10
openldap-2.4.16-doc-cacertdir.patch
Normal file
10
openldap-2.4.16-doc-cacertdir.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- openldap-2.4.16/doc/man/man5/ldap.conf.5.orig 2009-09-16 17:12:01.000000000 +0200
|
||||||
|
+++ openldap-2.4.16/doc/man/man5/ldap.conf.5 2009-09-16 17:15:32.000000000 +0200
|
||||||
|
@@ -305,6 +305,7 @@
|
||||||
|
.B TLS_CACERT
|
||||||
|
is always used before
|
||||||
|
.B TLS_CACERTDIR.
|
||||||
|
+The specified directory must be managed with the OpenSSL c_rehash utility.
|
||||||
|
This parameter is ignored with GNUtls.
|
||||||
|
.TP
|
||||||
|
.B TLS_CERT <filename>
|
@ -7,32 +7,23 @@ diff -up openldap-2.4.11/doc/man/man8/slapd.8.patch9 openldap-2.4.11/doc/man/man
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
-.B LIBEXECDIR/slapd
|
-.B LIBEXECDIR/slapd
|
||||||
+.B slapd
|
+.B slapd
|
||||||
.B [\-[4|6]]
|
[\c
|
||||||
.B [\-T {acl|add|auth|cat|dn|index|passwd|test}]
|
.BR \-4 | \-6 ]
|
||||||
.B [\-d debug\-level]
|
[\c
|
||||||
@@ -263,7 +263,7 @@ the LDAP databases defined in the defaul
|
@@ -312,7 +312,7 @@ on voluminous debugging which will be pr
|
||||||
.LP
|
.LP
|
||||||
.nf
|
.nf
|
||||||
.ft tt
|
.ft tt
|
||||||
- LIBEXECDIR/slapd
|
- LIBEXECDIR/slapd \-f /var/tmp/slapd.conf \-d 255
|
||||||
+ slapd
|
|
||||||
.ft
|
|
||||||
.fi
|
|
||||||
.LP
|
|
||||||
@@ -274,7 +274,7 @@ on voluminous debugging which will be pr
|
|
||||||
.LP
|
|
||||||
.nf
|
|
||||||
.ft tt
|
|
||||||
- LIBEXECDIR/slapd -f /var/tmp/slapd.conf -d 255
|
|
||||||
+ slapd -f /var/tmp/slapd.conf -d 255
|
+ slapd -f /var/tmp/slapd.conf -d 255
|
||||||
.ft
|
.ft
|
||||||
.fi
|
.fi
|
||||||
.LP
|
.LP
|
||||||
@@ -282,7 +282,7 @@ To test whether the configuration file i
|
@@ -320,7 +320,7 @@ To test whether the configuration file i
|
||||||
.LP
|
.LP
|
||||||
.nf
|
.nf
|
||||||
.ft tt
|
.ft tt
|
||||||
- LIBEXECDIR/slapd -Tt
|
- LIBEXECDIR/slapd \-Tt
|
||||||
+ slapd -Tt
|
+ slapd -Tt
|
||||||
.ft
|
.ft
|
||||||
.fi
|
.fi
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# not work with some versions of OpenLDAP.
|
# not work with some versions of OpenLDAP.
|
||||||
%define db_version 4.7.25
|
%define db_version 4.7.25
|
||||||
%define ldbm_backend berkeley
|
%define ldbm_backend berkeley
|
||||||
%define version 2.4.16
|
%define version 2.4.18
|
||||||
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
%define evolution_connector_prefix %{_libdir}/evolution-openldap
|
||||||
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
%define evolution_connector_includedir %{evolution_connector_prefix}/include
|
||||||
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
%define evolution_connector_libdir %{evolution_connector_prefix}/%{_lib}
|
||||||
@ -11,7 +11,7 @@
|
|||||||
Summary: LDAP support libraries
|
Summary: LDAP support libraries
|
||||||
Name: openldap
|
Name: openldap
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
License: OpenLDAP
|
License: OpenLDAP
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
Source0: ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/openldap-%{version}.tgz
|
||||||
@ -34,7 +34,7 @@ Patch5: openldap-2.4.6-nosql.patch
|
|||||||
Patch6: openldap-2.3.19-gethostbyXXXX_r.patch
|
Patch6: openldap-2.3.19-gethostbyXXXX_r.patch
|
||||||
Patch9: openldap-2.3.37-smbk5pwd.patch
|
Patch9: openldap-2.3.37-smbk5pwd.patch
|
||||||
Patch10: openldap-2.4.6-multilib.patch
|
Patch10: openldap-2.4.6-multilib.patch
|
||||||
Patch11: openldap-2.4.12-options.patch
|
Patch11: openldap-2.4.16-doc-cacertdir.patch
|
||||||
|
|
||||||
# Patches for the evolution library
|
# Patches for the evolution library
|
||||||
Patch200: openldap-2.4.6-evolution-ntlm.patch
|
Patch200: openldap-2.4.6-evolution-ntlm.patch
|
||||||
@ -140,7 +140,7 @@ pushd openldap-%{version}
|
|||||||
%patch6 -p1 -b .gethostbyname_r
|
%patch6 -p1 -b .gethostbyname_r
|
||||||
%patch9 -p1 -b .smbk5pwd
|
%patch9 -p1 -b .smbk5pwd
|
||||||
%patch10 -p1 -b .multilib
|
%patch10 -p1 -b .multilib
|
||||||
%patch11 -p1 -b .options
|
%patch11 -p1 -b .cacertdir
|
||||||
|
|
||||||
cp %{_datadir}/libtool/config/config.{sub,guess} build/
|
cp %{_datadir}/libtool/config/config.{sub,guess} build/
|
||||||
popd
|
popd
|
||||||
@ -606,6 +606,12 @@ fi
|
|||||||
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
%attr(0644,root,root) %{evolution_connector_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 18 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.18-1
|
||||||
|
- rebase of openldap to 2.4.18
|
||||||
|
|
||||||
|
* Wed Sep 16 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-7
|
||||||
|
- updated documentation (hashing the cacert dir)
|
||||||
|
|
||||||
* Wed Sep 16 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-6
|
* Wed Sep 16 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-6
|
||||||
- updated init script to be LSB-compliant (#523434)
|
- updated init script to be LSB-compliant (#523434)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user