You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2010/05/29 04:20:24 UTC

svn commit: r949335 - /httpd/httpd/trunk/include/mod_auth.h

Author: covener
Date: Sat May 29 02:20:24 2010
New Revision: 949335

URL: http://svn.apache.org/viewvc?rev=949335&view=rev
Log:
add a standard AUTHZ_PREFIX for, no MMN bump since it's just baked in if you 
build against it.

Modified:
    httpd/httpd/trunk/include/mod_auth.h

Modified: httpd/httpd/trunk/include/mod_auth.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/mod_auth.h?rev=949335&r1=949334&r2=949335&view=diff
==============================================================================
--- httpd/httpd/trunk/include/mod_auth.h (original)
+++ httpd/httpd/trunk/include/mod_auth.h Sat May 29 02:20:24 2010
@@ -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