From: wessels <> Date: Fri, 25 Jun 1999 22:21:21 +0000 (+0000) Subject: The example proxy_auth acl uses the old syntax with a timeout in the X-Git-Tag: SQUID_3_0_PRE1~2136 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa6956a5c3597589a5c2302a16335577654d45aa;p=thirdparty%2Fsquid.git The example proxy_auth acl uses the old syntax with a timeout in the proxy_auth ACL. This timeout should be replaced with REQUIRED. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index fc5cc0722e..4330c9e942 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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