From: Mike Rumph Date: Thu, 7 Aug 2014 01:05:23 +0000 (+0000) Subject: Some doc changes for mod_authnz_fcgi. X-Git-Tag: 2.4.11~341 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5402fd21cbf6c8e3e20cea935eee3908cd870b11;p=apache Some doc changes for mod_authnz_fcgi. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1616382 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 3c9c32c57d..032832799d 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