]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Doc update
authorhno <>
Tue, 6 Jan 2004 10:44:11 +0000 (10:44 +0000)
committerhno <>
Tue, 6 Jan 2004 10:44:11 +0000 (10:44 +0000)
src/cf.data.pre
src/errorpage.cc

index 1d824c1f11ce05be8e08deee5c4476107d4f6907..4a0e1c4dfc637ed066efb367dcda1ded2de893c8 100644 (file)
@@ -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.
index b59db69a736ec9816d07ba69de4da81eaa96e8de..94f40eecd4773da808877f9a217d831de044e07f 100644 (file)
@@ -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