From acedbef8d211bafec94ad2aa5c528d49bbf91143 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 22 Aug 2012 11:26:09 +0000 Subject: [PATCH] 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 --- docs/manual/upgrading.html.en | 9 +++++++++ docs/manual/upgrading.xml | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/manual/upgrading.html.en b/docs/manual/upgrading.html.en index 63be0e45028..8defb984b53 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.

+

Access control

diff --git a/docs/manual/upgrading.xml b/docs/manual/upgrading.xml index 6914149ad11..5a810df85b4 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.

+
Access control -- 2.47.2