]> granicus.if.org Git - apache/commitdiff
add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you
authorEric Covener <covener@apache.org>
Sat, 29 May 2010 02:20:24 +0000 (02:20 +0000)
committerEric Covener <covener@apache.org>
Sat, 29 May 2010 02:20:24 +0000 (02:20 +0000)
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

index 8097d682c17be3f5828793f773330ff6e7bc2788..297352a53a92bf7df7c90ed5779c9fb3a963af61 100644 (file)
@@ -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