From: hno <> Date: Thu, 31 Mar 2005 06:04:09 +0000 (+0000) Subject: The ext_user acl is not authentication related. This provides other X-Git-Tag: SQUID_3_0_PRE4~819 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1c7fabd4db3de408cdda843d39f0779c265ad1d;p=thirdparty%2Fsquid.git The ext_user acl is not authentication related. This provides other means of giving a username to Squid (out-of-band, cookies, whatever) --- 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;