Go to file
Jan Vcelak 4098fcd663 fix: segfault when input line in LDIF file is indented incorrectly
Resolves: #716855
2011-06-27 18:53:29 +02:00
.gitignore rebase to 2.4.25 2011-06-27 18:11:38 +02:00
README.evolution - spell out explicitly that the evo-openldap stuff shouldn't be used for any 2005-02-02 23:44:13 +00:00
ldap.init system resource limiting for slapd using ulimit 2011-03-18 12:51:00 +01:00
ldap.sysconfig root user management ACLs on cn=config 2011-06-27 18:53:28 +02:00
ldap.tmpfiles setup tempfiles.d to create runtime directory when using tmpfs 2011-01-20 17:38:36 +01:00
openldap-evolution-ntlm.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap-export-ldif.patch add ldif.h interface into -devel subpackage 2011-06-27 18:53:28 +02:00
openldap-ldapexop-double-free.patch fix: segmentation fault caused by double-free in ldapexop 2011-06-27 18:53:29 +02:00
openldap-ldaprc-currentdir.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap-manpages.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap-nss-cacertdir-soft-error.patch fix: connection failure if TLS_CACERTDIR doesn't exist but TLS_REQCERT is set to 'never' 2011-06-27 18:53:28 +02:00
openldap-nss-nofork.patch fix update: openldap can't use TLS after fork() 2011-03-18 19:50:00 +01:00
openldap-reentrant-gethostby.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap-security-pie.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap-segfault-ldif-indent.patch fix: segfault when input line in LDIF file is indented incorrectly 2011-06-27 18:53:29 +02:00
openldap-smbk5pwd-overlay.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap-sql-linking.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap-userconfig-setgid.patch reapplied all patches 2011-02-14 14:30:30 +01:00
openldap.spec fix: segfault when input line in LDIF file is indented incorrectly 2011-06-27 18:53:29 +02:00
series server upgrade hangs or do not upgrade the database 2011-03-18 23:15:49 +01:00
slapd.conf root user management ACLs on cn=config 2011-06-27 18:53:28 +02:00
sources rebase to 2.4.25 2011-06-27 18:11:38 +02:00

README.evolution

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.