From: Eric Covener
Date: Wed, 22 Aug 2012 11:27:38 +0000 (+0000)
Subject: Merge r1375996 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
X-Git-Tag: 2.4.4~636
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=292ef9ffbc276b95860f3eab86ad8aafabc94f53;p=apache
Merge r1375996 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
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/branches/2.4.x@1375998 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en
index 2e542b72d6..65166c5bdf 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.
+ 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 RequireAny
,
+ RequireNone
, and
+ RequireAall
.
+
diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml
index 6914149ad1..5a810df85b 100644
--- a/docs/manual/upgrading.xml
+++ b/docs/manual/upgrading.xml
@@ -106,6 +106,15 @@
which explains the new mechanisms for controlling the order in
which the authorization directives are applied.
+ 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 RequireAny,
+ RequireNone, and
+ RequireAall.
+