From: Mike Rumph Date: Thu, 7 Aug 2014 00:11:21 +0000 (+0000) Subject: Some changes for mod_authnz_fcgi doc. X-Git-Tag: 2.5.0-alpha~3897 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=660ea11ba68d7c927de104bb960a03a728b726dc;p=apache Some changes for mod_authnz_fcgi doc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1616377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_fcgi.html.en b/docs/manual/mod/mod_authnz_fcgi.html.en index 419b95b3aa..33c8166409 100644 --- a/docs/manual/mod/mod_authnz_fcgi.html.en +++ b/docs/manual/mod/mod_authnz_fcgi.html.en @@ -30,7 +30,8 @@ httpd authentication and authorization Status:Extension Module Identifier:authnz_fcgi_module -Source File:mod_authnz_fcgi.c +Source File:mod_authnz_fcgi.c +Compatibility:Available in version 2.4.10 and later

Summary

This module allows FastCGI authorizer applications to @@ -508,7 +509,7 @@ authentication and/or authorization

type
This must be set to authn for authentication, - authz for authentication, or authnz for + authz for authorization, or authnz for a generic FastCGI authorizer which performs both checks.
provider-name
diff --git a/docs/manual/mod/mod_authnz_fcgi.xml b/docs/manual/mod/mod_authnz_fcgi.xml index 8261565b31..1a30204b77 100644 --- a/docs/manual/mod/mod_authnz_fcgi.xml +++ b/docs/manual/mod/mod_authnz_fcgi.xml @@ -28,6 +28,7 @@ httpd authentication and authorization Extension mod_authnz_fcgi.c authnz_fcgi_module +Available in version 2.4.10 and later

This module allows FastCGI authorizer applications to @@ -419,7 +420,7 @@ authentication and/or authorization

type
This must be set to authn for authentication, - authz for authentication, or authnz for + authz for authorization, or authnz for a generic FastCGI authorizer which performs both checks.
provider-name