]> granicus.if.org Git - apache/commitdiff
Updated mod_ldap to support SSL on the Novell LDAP SDK
authorBradley Nicholes <bnicholes@apache.org>
Fri, 14 Feb 2003 16:17:07 +0000 (16:17 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 14 Feb 2003 16:17:07 +0000 (16:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98656 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3c458458dae2c4e41fd1bedf9fb5a5fa8dca8322..43891fbed6b00fa58511d5d48499d5bd4ceb6094 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Updated mod_ldap and mod_auth_ldap to support the Novell LDAP SDK 
+     and standardized the LDAP SSL support across the various LDAP SDKs.  
+     Isolated the SSL functionality to mod_ldap rather than speading it 
+     across mod_auth_ldap and mod_ldap.  Also added LDAPTrustedCA
+     and LDAPTrustedCAType directives to mod_ldap to allow for a more 
+     common method of specifying the SSL certificate.
+     [Dave Ward, Brad Nicholes]
+
   *) mod_log_config change optional hook to return previous handler
      [Ian Holsman]