diff options
author | André Malo <nd@apache.org> | 2014-01-27 00:09:13 +0100 |
---|---|---|
committer | André Malo <nd@apache.org> | 2014-01-27 00:09:13 +0100 |
commit | 9bb90f4da582e10658201ccc4e1004c2150ee03b (patch) | |
tree | ea078dbb0e6a9f16b462164a8bd45965a7db658e /docs/manual/mod/mod_authnz_fcgi.html.en | |
parent | fix comment (diff) | |
download | apache2-9bb90f4da582e10658201ccc4e1004c2150ee03b.tar.xz apache2-9bb90f4da582e10658201ccc4e1004c2150ee03b.zip |
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561572 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authnz_fcgi.html.en')
-rw-r--r-- | docs/manual/mod/mod_authnz_fcgi.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_authnz_fcgi.html.en b/docs/manual/mod/mod_authnz_fcgi.html.en index b160d53b7c..98eddf02c3 100644 --- a/docs/manual/mod/mod_authnz_fcgi.html.en +++ b/docs/manual/mod/mod_authnz_fcgi.html.en @@ -91,7 +91,7 @@ and Access Control</a></li> <code>FCGI_ROLE</code> is set to <code>AUTHORIZER</code> and <code>FCGI_APACHE_ROLE</code> is set to <code>AUTHENTICATOR</code>. The application must be defined as provider type <em>authn</em> - using <code class="directive"><a href="# authnzfcgidefineprovider"> + using <code class="directive"><a href="#authnzfcgidefineprovider"> AuthnzFcgiDefineProvider</a></code> and enabled with <code class="directive"><a href="../mod/mod_auth_basic.html#authbasicprovider">AuthBasicProvider</a></code>. When invoked, the application is @@ -141,7 +141,7 @@ AuthnzFcgiDefineProvider authn FooAuthn fcgi://localhost:10102/ <dd>In this mode, <code>FCGI_ROLE</code> is set to <code> AUTHORIZER</code> and <code>FCGI_APACHE_ROLE</code> is set to <code>AUTHORIZER</code>. The application must be defined as - provider type <em>authz</em> using <code class="directive"><a href="# authnzfcgidefineprovider"> + provider type <em>authz</em> using <code class="directive"><a href="#authnzfcgidefineprovider"> AuthnzFcgiDefineProvider</a></code>. When invoked, the application is expected to authorize the client using the provided user id and other request data. Example application: @@ -188,7 +188,7 @@ AuthnzFcgiDefineProvider authz FooAuthz fcgi://localhost:10103/ <code>AUTHORIZER</code> protocol, <code>FCGI_ROLE</code> is set to <code>AUTHORIZER</code> and <code>FCGI_APACHE_ROLE</code> is not set. The application must be defined as provider type <em>authnz</em> - using <code class="directive"><a href="# authnzfcgidefineprovider"> + using <code class="directive"><a href="#authnzfcgidefineprovider"> AuthnzFcgiDefineProvider</a></code>. The application is expected to handle both authentication and authorization in the same invocation using the user id, password, and other request data. The invocation @@ -242,7 +242,7 @@ AuthnzFcgiDefineProvider authnz FooAuthnz fcgi://localhost:10103/ <dd>In this mode, <code>FCGI_ROLE</code> is set to <code> AUTHORIZER</code> and <code>FCGI_APACHE_ROLE</code> is set to <code>AUTHENTICATOR</code>. The application must be defined as - provider type <em>authn</em> using <code class="directive"><a href="# authnzfcgidefineprovider"> + provider type <em>authn</em> using <code class="directive"><a href="#authnzfcgidefineprovider"> AuthnzFcgiDefineProvider</a></code>. <code class="directive"><a href="#authnzfcgicheckauthnprovider">AuthnzFcgiCheckAuthnProvider</a></code> specifies when it is called. Example application: <pre class="prettyprint lang-perl"> |