]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The example proxy_auth acl uses the old syntax with a timeout in the
authorwessels <>
Fri, 25 Jun 1999 22:21:21 +0000 (22:21 +0000)
committerwessels <>
Fri, 25 Jun 1999 22:21:21 +0000 (22:21 +0000)
proxy_auth ACL. This timeout should be replaced with REQUIRED.

src/cf.data.pre

index fc5cc0722e114592d706c175a0c8d6de90af2666..4330c9e942aa5810283af45ac00dfc5db842aa47 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.158 1999/06/24 20:19:58 wessels Exp $
+# $Id: cf.data.pre,v 1.159 1999/06/25 16:21:21 wessels Exp $
 #
 #
 # SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -1588,7 +1588,7 @@ DOC_START
 
 Examples:
 acl myexample dst_as 1241
-acl password proxy_auth 300
+acl password proxy_auth REQUIRED
 
 Defaults:
 NOCOMMENT_START