summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2005-12-05 19:31:24 +0000
committerBradley Nicholes <bnicholes@apache.org>2005-12-05 19:31:24 +0000
commitfe3b73d061807daa48ba4b043ddfa5185de336a4 (patch)
tree8ae1797c3b5ef6bf9352c1a73ca6026651897f39
parent8cbc2dbb69f310d1a0ad86b7e74fde6af98b64b9 (diff)
downloadhttpd-fe3b73d061807daa48ba4b043ddfa5185de336a4.tar.gz
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
-rw-r--r--modules/aaa/mod_auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/aaa/mod_auth.h b/modules/aaa/mod_auth.h
index 48d585494e..d0c54b084f 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;