diff options
author | Stef Walter <stef@memberwebs.com> | 2007-06-01 13:31:45 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2007-06-01 13:31:45 +0000 |
commit | 20cde33c0b943c77a7c9d8d5d9c3d9281a6b13a5 (patch) | |
tree | a92ce9cbf1d56ec162ab2b179116b627dd2c2b30 /daemon/httpauthd.h | |
parent | 9ab8871e7d0387a7326d5179ab5b64a4995fce0d (diff) |
A better fix for the problem of the method not matching up with the digest auth.
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r-- | daemon/httpauthd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h index 36c8449..1540138 100644 --- a/daemon/httpauthd.h +++ b/daemon/httpauthd.h @@ -118,8 +118,7 @@ typedef struct ha_context const char* realm; /* For digest auth: */ - unsigned int digest_ignoremethod : 1; - unsigned int digest_ignoreuri : 1; + unsigned int digest_allowany : 1; unsigned int digest_ignorenc : 1; const char* digest_debugnonce; } |