summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:11:33 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2011-05-31 17:11:33 +0000
commitb3f819b79bdbd644ee8142574c371fb8a1eebe69 (patch)
treed5bfbc91e0302fe664701fdf727181e25970dbed /README
parent8a6fb4989975d5f1191d77f7bd32f477b3ab4866 (diff)
downloadapr-b3f819b79bdbd644ee8142574c371fb8a1eebe69.tar.gz
Drop the incomplete LDAP abstraction layer from APR 2.0 as decided on-list.
It was not possible to use this interface without ldap provider internals. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1129809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 2 insertions, 5 deletions
diff --git a/README b/README
index 1358063e7..4222d6158 100644
--- a/README
+++ b/README
@@ -43,7 +43,6 @@ Apache Portable Runtime Library (APR)
Multiple SQL DBD client interfaces
Multiple flat-database DBM client interfaces
Typesafe function Hooks abstraction
- LDAP SSL connections for a variety of LDAP toolkits
MemCache interface
Date parsing rourtines
Resource Lists
@@ -228,8 +227,6 @@ code and source code.
The following provides more details on the included cryptographic
software:
- APR-Util provides an abstract interface for SSL encrypted LDAP (ldaps
- and STARTTLS style) connections, which can be powered by OpenLDAP,
- Netscape LDAP SDK, Mozilla LDAP SDK, or other platform specific ldap
- interfaces.
+ APR provides an abstract interface for SSL cryptographic functions,
+ specifically @bug XXX Fill This In XXX!