]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Updated to reflect the backport of the auth_LDAP SSL standardization patch
authorBradley Nicholes <bnicholes@apache.org>
Fri, 7 Mar 2003 20:23:37 +0000 (20:23 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 7 Mar 2003 20:23:37 +0000 (20:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@98936 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3838587f318688f6eeb167dc0509409bb4ec2f0e..ab2957188c773f2ca2bcccaeb2f00e9846452658 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2003/03/07 19:40:44 $]
+Last modified at [$Date: 2003/03/07 20:23:37 $]
 
 Release:
 
@@ -147,18 +147,6 @@ PATCHES TO PORT FROM 2.1
       [ This one is under review.  Don't merge.  ]
       +1:
 
-    * Standardize mod_ldap and mod_auth_ldap SSL support across the various 
-      LDAP SDKs.  Isolate the SSL functionality to mod_ldap rather than 
-      speading it across mod_auth_ldap and mod_ldap.  Add LDAPTrustedCA
-      and LDAPTrustedCAType directives to mod_ldap to allow for a more 
-      common method of specifying the SSL certificate.
-      include/util_ldap.h r1.11
-      modules/experimental/mod_auth_ldap.c r1.12
-      modules/experimental/util_ldap.c r1.11
-      +1: bnicholes, wrowe (experimental, it can't hurt ;-), trawick
-          (same reasoning as wrowe), jim (ditto)
-       0: jerenkrantz (mod_ldap is experimental, no need to update it)
-
     * Fix a problem where a redirected subrequest doesn't have the
       subrequest filter in place (PR 15423).
       modules/http/http_request.c: r1.154
@@ -801,9 +789,6 @@ EXPERIMENTAL MODULES:
       (mod_cache: CacheForceCompletion). 
 
     mod_auth_ldap/util_ldap:
-    
-    * implement cross-platform/cross-library TLS support
-    
     * General stabilization and testing