]> granicus.if.org Git - apache/commitdiff
Note the restructuring and change in status mod_auth_ldap
authorBradley Nicholes <bnicholes@apache.org>
Wed, 18 Aug 2004 15:55:43 +0000 (15:55 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 18 Aug 2004 15:55:43 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104710 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a2ac4a06212142145be5d355ed81e3907e608fd9..047244703182af2bd4c1ad3fa6a5c1f1ef5fc71d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,15 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Restructured mod_auth_ldap to fit the new authentication model.
+     The module is now called authnz_ldap and has been moved out of
+     the modules/experimental area and into modules/aaa with the other
+     auth modules.  Both the authn_ldap provider and the authz_ldap
+     handler are contained within the authnz_ldap module.  The 
+     authz_ldap handler introduces 3 new "requires" values for handling
+     authorization.  These handlers are ldap-user, ldap-group and 
+     ldap-dn. [Brad Nicholes]
+
   *) Fix some compiler warnings in proxy
      [Geoffrey Young <geoff@modperlcookbook.org>]