Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8ED0A11E7A for ; Thu, 7 Aug 2014 01:05:48 +0000 (UTC) Received: (qmail 14626 invoked by uid 500); 7 Aug 2014 01:05:48 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 14546 invoked by uid 500); 7 Aug 2014 01:05:48 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 14537 invoked by uid 99); 7 Aug 2014 01:05:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 01:05:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Aug 2014 01:05:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id AB2A023891C2; Thu, 7 Aug 2014 01:05:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1616382 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_authnz_fcgi.html.en mod_authnz_fcgi.xml Date: Thu, 07 Aug 2014 01:05:23 -0000 To: cvs@httpd.apache.org From: mrumph@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140807010523.AB2A023891C2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mrumph Date: Thu Aug 7 01:05:23 2014 New Revision: 1616382 URL: http://svn.apache.org/r1616382 Log: Some doc changes for mod_authnz_fcgi. Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en?rev=1616382&r1=1616381&r2=1616382&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en Thu Aug 7 01:05:23 2014 @@ -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
Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml?rev=1616382&r1=1616381&r2=1616382&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml (original) +++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml Thu Aug 7 01:05:23 2014 @@ -28,6 +28,7 @@ httpd authentication and authorizationExtension 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