1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-09 15:21:02 +03:00

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
This commit is contained in:
Eric Covener
2010-05-29 02:20:24 +00:00
parent b34f14e6ae
commit d38b48fe71

View 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