Go to file
2012-07-18 09:37:59 +02:00
.gitignore new upstream release (2.4.31) 2012-04-24 10:35:02 +02:00
ldap.conf certificates management improvements 2012-02-14 17:22:50 +01:00
libexec-check-config.sh temporarily disable certificates checking in check-config.sh 2012-02-15 13:15:07 +01:00
libexec-convert-config.sh
libexec-create-certdb.sh certificates management improvements 2012-02-14 17:22:50 +01:00
libexec-functions fix: check-config.sh get stuck when executing command as a ldap user 2012-02-15 14:26:49 +01:00
libexec-generate-server-cert.sh certificates management improvements 2012-02-14 17:22:50 +01:00
libexec-upgrade-db.sh
openldap-constraint-count.patch update fix: count constraint broken when using multiple modifications 2012-06-27 13:26:24 +02:00
openldap-cve-nss-cipher-suite-ignored.patch CVE-2012-2668: cipher suite selection by name can be ignored 2012-06-27 13:55:02 +02:00
openldap-dns-priority.patch
openldap-evolution-ntlm.patch
openldap-fedora-systemd.patch
openldap-ldaprc-currentdir.patch
openldap-man-sasl-nocanon.patch fix: SASL_NOCANON option missing in ldap.conf manual page 2012-02-22 15:46:23 +01:00
openldap-manpages.patch
openldap-nss-allow-ca-dbdir-pemfile.patch fix: MozNSS CA certdir does not work together with PEM CA cert file 2012-05-18 12:47:45 +02:00
openldap-nss-clean-memory-for-token-pin.patch fix: reading pin from file can make all TLS connections hang 2012-06-27 13:48:40 +02:00
openldap-nss-default-cipher-suite-always-selected.patch fix: default cipher suite is always selected 2012-06-27 14:10:28 +02:00
openldap-nss-dont-overwrite-verify-cert-error.patch fix: TLS error messages overwriting in tlsm_verify_cert() 2012-06-27 13:36:51 +02:00
openldap-nss-multiple-tls-contexts.patch fix: less influence between individual TLS contexts 2012-06-27 14:40:59 +02:00
openldap-reentrant-gethostby.patch
openldap-security-pie.patch
openldap-smbk5pwd-overlay.patch
openldap-sql-linking.patch
openldap-syncrepl-unset-tls-options.patch
openldap-tls-unbind-shutdown-order.patch fix: invalid order of TLS shutdown operations 2012-06-27 13:31:05 +02:00
openldap-userconfig-setgid.patch
openldap.spec fix: remove isa macro from BuildRequires 2012-07-18 09:37:59 +02:00
README.evolution
slapd.ldif certificates management improvements 2012-02-14 17:22:50 +01:00
slapd.service fix: slapd fails to start on reboot 2012-06-27 14:05:10 +02:00
slapd.sysconfig
slapd.tmpfiles
sources new upstream release (2.4.31) 2012-04-24 10:35:02 +02:00

These files are here specifically for use in building the evolution-connector
package, and should not be used for any other purpose.

In order to authenticate to older servers, an LDAP client must perform an
ntlm_bind operation instead of a simple or SASL bind.  The ntlm_bind is not the
same thing as performing SASL authentication using NTLM as the mechanism, which
wouldn't require any patching.  Newer servers properly support DIGEST-MD5, so
this requirement only applies to clients which want to authenticate to older
servers, and this requirement will hopefully go away at some point.

Because the changes involved both modify the libldap ABI and add
non-standardized messages to the protocol, changed libraries are built
statically and stashed in a directory where they will not be found by a
compiler using the default search paths.

The openldap-devel package provides "openldap-evolution-devel" if it includes a
patched version of these libraries in such a directory.  Packages which depend
on these libraries should BuildRequire this virtual provision so that they
don't fail to compile or get miscompiled if the libraries are not present.

If/when the evolution-connector package stops requiring these changes, the
changed libraries will simply disappear.