From e1c7fabd4db3de408cdda843d39f0779c265ad1d Mon Sep 17 00:00:00 2001 From: hno <> Date: Thu, 31 Mar 2005 06:04:09 +0000 Subject: [PATCH] The ext_user acl is not authentication related. This provides other means of giving a username to Squid (out-of-band, cookies, whatever) --- src/ACLExtUser.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ACLExtUser.h b/src/ACLExtUser.h index 44482e1fe4..99b9fee5d3 100644 --- a/src/ACLExtUser.h +++ b/src/ACLExtUser.h @@ -1,6 +1,6 @@ /* - * $Id: ACLExtUser.h,v 1.3 2004/08/30 05:12:31 robertc Exp $ + * $Id: ACLExtUser.h,v 1.4 2005/03/30 23:04:09 hno Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -52,7 +52,6 @@ public: virtual char const *typeString() const; virtual void parse(); - virtual bool isProxyAuth() const {return true;} virtual int match(ACLChecklist *checklist); virtual wordlist *dump() const; -- 2.47.3