Go to file
2011-11-30 18:40:25 +01:00
.gitignore new upstream release (2.4.28) 2011-11-30 16:51:05 +01:00
openldap-dns-priority.patch
openldap-evolution-ntlm.patch
openldap-fedora-systemd.patch patch slapd to skip empty arguments 2011-11-01 13:34:30 +01:00
openldap-ldaprc-currentdir.patch
openldap-manpages.patch
openldap-reentrant-gethostby.patch
openldap-security-pie.patch new upstream release (2.4.28) 2011-11-30 16:51:05 +01:00
openldap-smbk5pwd-overlay.patch
openldap-sql-linking.patch
openldap-syncrepl-unset-tls-options.patch
openldap-userconfig-setgid.patch
openldap.spec configuration initialization from LDIF file 2011-11-30 18:40:25 +01:00
README.evolution
slapd-libexec-check-config.sh
slapd-libexec-convert-config.sh configuration initialization from LDIF file 2011-11-30 18:40:25 +01:00
slapd-libexec-functions
slapd-libexec-upgrade-db.sh
slapd.conf.obsolete update config files 2011-11-30 18:40:25 +01:00
slapd.ldif update config files 2011-11-30 18:40:25 +01:00
slapd.service
slapd.sysconfig
slapd.tmpfiles
sources new upstream release (2.4.28) 2011-11-30 16:51:05 +01: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.