From: hno <> Date: Mon, 12 Apr 2004 02:32:25 +0000 (+0000) Subject: Clarify the meaning of ERR in Digest helpers X-Git-Tag: SQUID_3_0_PRE4~1096 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c9fa5d51929d81ecd49500a6a45fbffcfaf1c41;p=thirdparty%2Fsquid.git Clarify the meaning of ERR in Digest helpers --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 70f799ff14..21c5111989 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.348 2004/04/04 23:17:48 hno Exp $ +# $Id: cf.data.pre,v 1.349 2004/04/11 20:32:25 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1733,14 +1733,16 @@ DOC_START "program" cmdline Specify the command for the external authenticator. Such a program reads a line containing "username":"realm" and - replies with the appropriate H(A1) value base64 encoded. - See rfc 2616 for the definition of H(A1). If you use an - authenticator, make sure you have 1 acl of type proxy_auth. - By default, authentication is not used. - - If you want to use build an authenticator, - jump over to the ../digest_auth_modules directory and choose the - authenticator to use. It it's directory type + replies with the appropriate H(A1) value base64 encoded or + ERR if the user (or his H(A1) hash) does not exists. + See rfc 2616 for the definition of H(A1). + + By default, the digest authentication is not used unless a + program is specified. + + If you want to use a digest authenticator, jump over to the + helpers/digest_auth/ directory and choose the authenticator + to use. In it's directory type % make % make install