diff options
| author | Bradley Nicholes <bnicholes@apache.org> | 2005-12-05 19:31:24 +0000 |
|---|---|---|
| committer | Bradley Nicholes <bnicholes@apache.org> | 2005-12-05 19:31:24 +0000 |
| commit | fe3b73d061807daa48ba4b043ddfa5185de336a4 (patch) | |
| tree | 8ae1797c3b5ef6bf9352c1a73ca6026651897f39 | |
| parent | 8cbc2dbb69f310d1a0ad86b7e74fde6af98b64b9 (diff) | |
| download | httpd-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.h | 1 |
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; |
