]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note the addition of the mod_authn_alias module
authorBradley Nicholes <bnicholes@apache.org>
Tue, 24 May 2005 18:10:16 +0000 (18:10 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 24 May 2005 18:10:16 +0000 (18:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178222 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 4981527dedafb72a4f9f44780bf821cb4ace7199..fbfbe27293b695b6218fec30b91eb805a750d4e4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@ Changes with Apache 2.1.5
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) authn_provider_alias: Adds the configuration block tag
+     <AuthnProviderAlias baseProvider Alias>
+     Authentication directives contained within this block can be
+     referenced as a new authProvider using the AuthBasicProvider or
+     AuthDigestProvider directive.  These directives will be merged in to
+     the per_dir configuration just before the base provider is called.
+     [Brad Nicholes]
+
   *) ap_getword_conf: Fix backslashes at the end of configuration directives. 
      PR 34834. [Timo Viipuri <viipuri dlc.fi>]