From: Eric Covener Date: Wed, 22 Aug 2012 11:26:09 +0000 (+0000) Subject: Authz*Authoritative removed between 2.2 and 2.4 X-Git-Tag: 2.5.0-alpha~6386 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acedbef8d211bafec94ad2aa5c528d49bbf91143;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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