]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
date: 2003/02/04 01:06:21; author: wessels; state: Exp; lines: +1 -1
authorhno <>
Sat, 8 Feb 2003 21:42:09 +0000 (21:42 +0000)
committerhno <>
Sat, 8 Feb 2003 21:42:09 +0000 (21:42 +0000)
example does not match the text -- delay pool values are bytes, not bits.

date: 2003/02/05 05:28:42;  author: hno;  state: Exp;  lines: +2 -2
Eleminated some stale references to authenticate_program from the docs

src/cf.data.pre

index 570679123bb440bf1192465224b39901e32fbad7..ec3f231d4c331b6cd912e758a297bf388d2a8cef 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.297 2003/02/06 12:03:14 robertc Exp $
+# $Id: cf.data.pre,v 1.298 2003/02/08 14:42:09 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -1478,7 +1478,7 @@ DOC_START
        program reads a line containing "username password" and replies
        "OK" or "ERR" in an endless loop.  If you use an authenticator,
        make sure you have 1 acl of type proxy_auth.  By default, the
-       authenticate_program is not used.
+       basic authentication sheme is not used unless a program is specified.
 
        If you want to use the traditional proxy authentication,
        jump over to the ../auth_modules/NCSA directory and
@@ -2178,7 +2178,7 @@ DOC_START
          #
          # NOTE: proxy_auth requires a EXTERNAL authentication program
          # to check username/password combinations (see
-         # authenticate_program).
+         # auth_param directive).
          #
          # WARNING: proxy_auth can't be used in a transparent proxy. It
          # collides with any authentication done by origin servers. It may
@@ -3637,7 +3637,7 @@ delay_parameters 1 -1/-1 8000/8000
        (if the network is not being limited due to overuse) but slow down
        large downloads more significantly:
 
-delay_parameters 2 32000/32000 8000/8000 600/64000
+delay_parameters 2 32000/32000 8000/8000 600/8000
 
        There must be one delay_parameters line for each delay pool.