From 20cde33c0b943c77a7c9d8d5d9c3d9281a6b13a5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 1 Jun 2007 13:31:45 +0000 Subject: A better fix for the problem of the method not matching up with the digest auth. --- daemon/httpauthd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'daemon/httpauthd.h') 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; } -- cgit v1.2.3