diff options
author | Eric Covener <covener@apache.org> | 2011-03-07 21:48:28 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2011-03-07 21:48:28 +0100 |
commit | c1e20231fe196f30cd862bb4ce63be3bb3d07818 (patch) | |
tree | ad55ca932dfa6596cda1b8952b03f8f16097aa56 /docs | |
parent | Fiy typo in docs. (diff) | |
download | apache2-c1e20231fe196f30cd862bb4ce63be3bb3d07818.tar.xz apache2-c1e20231fe196f30cd862bb4ce63be3bb3d07818.zip |
split the Authorization entry into separate
users vs. developers sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078939 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/new_features_2_4.html.en | 16 | ||||
-rw-r--r-- | docs/manual/new_features_2_4.xml | 19 |
2 files changed, 22 insertions, 13 deletions
diff --git a/docs/manual/new_features_2_4.html.en b/docs/manual/new_features_2_4.html.en index a3b4730a0a..47c09225fd 100644 --- a/docs/manual/new_features_2_4.html.en +++ b/docs/manual/new_features_2_4.html.en @@ -176,6 +176,12 @@ clients which require such headers. (This affects all modules which use these environment variables.)</dd> + <dt><code class="module"><a href="./mod/mod_authz_core.html">mod_authz_core</a></code>Authorization Logic Containers</dt> + + <dd>Advanced authorization logic may now be specified using the + <code class="directive"><a href="./mod/mod_authz_core.html#require">Require</a></code> directive + and the related container directives, such as + <code class="directive"><a href="./mod/mod_authz_core.html#requireall"><RequireAll></a></code>.</dd> </dl> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> <div class="section"> @@ -221,12 +227,10 @@ <code class="module"><a href="./mod/mod_include.html">mod_include</a></code>.</dd> <dt>Authorization Logic Containers</dt> - - <dd>Advanced authorization logic may now be specified using the - <code class="directive"><a href="./mod/mod_authz_core.html#require">Require</a></code> directive - and the related container directives, such as - <code class="directive"><a href="./mod/mod_authz_core.html#requireall"><RequireAll></a></code>, all - provided by the <code class="module"><a href="./mod/mod_authz_core.html">mod_authz_core</a></code> module.</dd> + + <dd>Authorization modules now register as a provider, via + ap_register_auth_provider(), to support advanced authorization logic, + such as <code class="directive"><a href="./mod/mod_authz_core.html#requireall"><RequireAll></a></code>.</dd> <dt>Small-Object Caching Interface</dt> diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml index 2bf80a61a2..35f6e9bd71 100644 --- a/docs/manual/new_features_2_4.xml +++ b/docs/manual/new_features_2_4.xml @@ -173,6 +173,13 @@ clients which require such headers. (This affects all modules which use these environment variables.)</dd> + <dt><module>mod_authz_core</module>Authorization Logic Containers</dt> + + <dd>Advanced authorization logic may now be specified using the + <directive module="mod_authz_core">Require</directive> directive + and the related container directives, such as + <directive module="mod_authz_core" + type="section">RequireAll</directive>.</dd> </dl> </section> @@ -218,13 +225,11 @@ <module>mod_include</module>.</dd> <dt>Authorization Logic Containers</dt> - - <dd>Advanced authorization logic may now be specified using the - <directive module="mod_authz_core">Require</directive> directive - and the related container directives, such as - <directive module="mod_authz_core" - type="section">RequireAll</directive>, all - provided by the <module>mod_authz_core</module> module.</dd> + + <dd>Authorization modules now register as a provider, via + ap_register_auth_provider(), to support advanced authorization logic, + such as <directive module="mod_authz_core" type="section" + >RequireAll</directive>.</dd> <dt>Small-Object Caching Interface</dt> |