summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:10:11 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:10:11 +0000
commit37770675d7c1e829a24101ec2aad65ee94b82b1a (patch)
treeb770e2e00e1230e610d9c3029acebd18d5a9ee57 /README
parente66d41d2d14cc5c392ff5f1d8704bf0e3b4625e3 (diff)
downloadhttpd-37770675d7c1e829a24101ec2aad65ee94b82b1a.tar.gz
Incorporate the ap_ldap incomplete API, as there is no interest or effort
at APR to make this a complete abstraction, and it was voted 'off the island' with APR 2.0. This will allow httpd 2.3 to build against either apr-2.0 or apr+util 1.x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1129808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 7f90fb1987..36832b3765 100644
--- a/README
+++ b/README
@@ -76,6 +76,11 @@
OpenSSL or the operating system's platform-specific SSL facilities.
Apache httpd currently does not use that apr-util interface.
+ modules/ldap/ provides an abstract interface for SSL encrypted LDAP
+ (ldaps and STARTTLS style) connections, implemented with OpenLDAP,
+ Netscape LDAP SDK, Mozilla LDAP SDK, or other platform specific ldap
+ interfaces.
+
Some object code distributions of Apache httpd, indicated with the
word "crypto" in the package name, may include object code for the
OpenSSL encryption library as distributed in open source form from