From d38b48fe7172f9762001ba224be461bbcb61b4c2 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sat, 29 May 2010 02:20:24 +0000 Subject: [PATCH] add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you build against it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949335 13f79535-47bb-0310-9956-ffa450edef68 --- include/mod_auth.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mod_auth.h b/include/mod_auth.h index 8097d682c1..297352a53a 100644 --- a/include/mod_auth.h +++ b/include/mod_auth.h @@ -46,6 +46,7 @@ extern "C" { #define AUTHZ_PROVIDER_NAME_NOTE "authz_provider_name" #define AUTHN_PREFIX "AUTHENTICATE_" +#define AUTHZ_PREFIX "AUTHORIZE_" /** all of the requirements must be met */ #ifndef SATISFY_ALL -- 2.40.0