summaryrefslogtreecommitdiffstats
path: root/docs/manual/upgrading.html.en
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-08-22 13:26:09 +0200
committerEric Covener <covener@apache.org>2012-08-22 13:26:09 +0200
commitacedbef8d211bafec94ad2aa5c528d49bbf91143 (patch)
tree618aa4be0351fc97fca8fcc69c9bb4877365ed5d /docs/manual/upgrading.html.en
parentUpdates: (diff)
downloadapache2-acedbef8d211bafec94ad2aa5c528d49bbf91143.tar.xz
apache2-acedbef8d211bafec94ad2aa5c528d49bbf91143.zip
Authz*Authoritative removed between 2.2 and 2.4
http://httpd.apache.org/docs/2.4/upgrading.html#comment_222 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1375996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/upgrading.html.en')
-rw-r--r--docs/manual/upgrading.html.en9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en
index 63be0e4502..8defb984b5 100644
--- a/docs/manual/upgrading.html.en
+++ b/docs/manual/upgrading.html.en
@@ -109,6 +109,15 @@
which explains the new mechanisms for controlling the order in
which the authorization directives are applied.</p>
+ <p>Directives that control how authorization modules respond when they don't match
+ the authenticated user have been removed: This includes
+ AuthzLDAPAuthoritative, AuthzDBDAuthoritative, AuthzDBMAuthoritative,
+ AuthzGroupFileAuthoritative, AuthzUserAuthoritative,
+ and AuthzOwnerAuthoritative. These directives have been replaced by the
+ more expressive <code class="directive"><a href="./mod/mod_authz_core.html#requireany">RequireAny</a></code>,
+ <code class="directive"><a href="./mod/mod_authz_core.html#requirenone">RequireNone</a></code>, and
+ <code class="directive"><a href="./mod/mod_authz_core.html#requireaall">RequireAall</a></code>.</p>
+
<h4><a name="access" id="access">Access control</a></h4>