summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2005-05-24 18:10:16 +0000
committerBradley Nicholes <bnicholes@apache.org>2005-05-24 18:10:16 +0000
commit052b5b82e62ee1d23d319fa0851d9001ebad5e78 (patch)
treeb890257827dd7d3381c41c9a0e9c10feb20cae77
parent897691ca2db194ffed7f2af8e3a798fa5502763f (diff)
downloadhttpd-052b5b82e62ee1d23d319fa0851d9001ebad5e78.tar.gz
Note the addition of the mod_authn_alias module
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@178222 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4981527ded..fbfbe27293 100644
--- 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>]