From: Bradley Nicholes Date: Mon, 5 Dec 2005 19:31:24 +0000 (+0000) Subject: Still need AUTHZ_DECLINED for now, The converted mod_authz_user is X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe3b73d061807daa48ba4b043ddfa5185de336a4;p=thirdparty%2Fapache%2Fhttpd.git Still need AUTHZ_DECLINED for now, The converted mod_authz_user is referencing it git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354141 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_auth.h b/modules/aaa/mod_auth.h index 48d585494ed..d0c54b084f3 100644 --- a/modules/aaa/mod_auth.h +++ b/modules/aaa/mod_auth.h @@ -53,6 +53,7 @@ typedef enum { typedef enum { AUTHZ_DENIED, + AUTHZ_DECLINED, AUTHZ_GRANTED, AUTHZ_GENERAL_ERROR } authz_status;