From: Bradley Nicholes Date: Wed, 18 Aug 2004 15:55:43 +0000 (+0000) Subject: Note the restructuring and change in status mod_auth_ldap X-Git-Tag: STRIKER_2_1_0_RC1~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f07c68fe4f3ef141367744dde974bfa8ee418b3;p=apache Note the restructuring and change in status mod_auth_ldap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104710 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a2ac4a0621..0472447031 100644 --- 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 ]