]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The ext_user acl is not authentication related. This provides other
authorhno <>
Thu, 31 Mar 2005 06:04:09 +0000 (06:04 +0000)
committerhno <>
Thu, 31 Mar 2005 06:04:09 +0000 (06:04 +0000)
means of giving a username to Squid (out-of-band, cookies, whatever)

src/ACLExtUser.h

index 44482e1fe48737a9dab7ac7bc9d2fae7d87ca9bf..99b9fee5d31b2d8ea66ff7fd883c6479aa6782ee 100644 (file)
@@ -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;