]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Rene Geile <rene.geile@t-online.de>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 3 May 2009 12:16:51 +0000 (00:16 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 3 May 2009 12:16:51 +0000 (00:16 +1200)
Fix incorrect name of digest_pw_auth helper

via Debian project
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517528

src/cf.data.pre

index 6644fecceee75f56b1d914b7c6edf4f6dcabc482..07ea2ca53abaeb2864f8a033dc9c2c433b2ddb6f 100644 (file)
@@ -185,7 +185,7 @@ DOC_START
        If you want to use a digest authenticator, set this line to
        something like
 
-       auth_param digest program @DEFAULT_PREFIX@/bin/digest_auth_pw @DEFAULT_PREFIX@/etc/digpass
+       auth_param digest program @DEFAULT_PREFIX@/bin/digest_pw_auth @DEFAULT_PREFIX@/etc/digpass
 
        "children" numberofchildren
        The number of authenticator processes to spawn (no default).