From: hno <> Date: Tue, 6 Jan 2004 10:44:11 +0000 (+0000) Subject: Doc update X-Git-Tag: SQUID_3_0_PRE4~1141 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdf7e1b4eaff68cc8379e5a0abd3654aac6e9d85;p=thirdparty%2Fsquid.git Doc update --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 1d824c1f11..4a0e1c4dfc 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.343 2003/10/14 20:18:06 wessels Exp $ +# $Id: cf.data.pre,v 1.344 2004/01/06 03:44:11 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1781,9 +1781,8 @@ DOC_START "program" cmdline Specify the command for the external ntlm authenticator. - Such a program reads a line containing the uuencoded NEGOTIATE - and replies with the ntlm CHALLENGE, then waits for the - response and answers with "OK" or "ERR" in an endless loop. + Such a program reads exchanged NTLMSSP packets with + the browser via Squid until authentication is completed. If you use an ntlm authenticator, make sure you have 1 acl of type proxy_auth. By default, the ntlm authenticator_program is not used. diff --git a/src/errorpage.cc b/src/errorpage.cc index b59db69a73..94f40eecd4 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -1,6 +1,6 @@ /* - * $Id: errorpage.cc,v 1.193 2003/09/07 10:11:07 hno Exp $ + * $Id: errorpage.cc,v 1.194 2004/01/06 03:44:13 hno Exp $ * * DEBUG: section 4 Error Generation * AUTHOR: Duane Wessels @@ -572,7 +572,8 @@ errorDump(ErrorState * err, MemBuf * mb) * I - server IP address x * L - HREF link for more info/contact x * M - Request Method x - * m - Error message returned by external Auth. x + * m - Error message returned by auth helper x + * o - Message returned external acl helper x * p - URL port # x * P - Protocol x * R - Full HTTP Request x