]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Document ntlm keep_alive option.
authorserassio <>
Wed, 2 Nov 2005 00:47:43 +0000 (00:47 +0000)
committerserassio <>
Wed, 2 Nov 2005 00:47:43 +0000 (00:47 +0000)
src/cf.data.pre

index 32779da34847ee72a00dde1606b34643711cf533..4dbcd7d61b654c7701a47612b328d7acc54fd8fb 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.402 2005/11/01 11:41:21 serassio Exp $
+# $Id: cf.data.pre,v 1.403 2005/11/01 17:47:43 serassio Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -1865,7 +1865,6 @@ DOC_START
        an incorrect request digest in POST requests when reusing
        the same nonce as acquired earlier on a GET request.
 
-
        === NTLM scheme options follow ===
 
        "program" cmdline
@@ -1885,8 +1884,18 @@ DOC_START
        down. When credential verifications are done via a (slow)
        network you are likely to need lots of authenticator
        processes.
+
        auth_param ntlm children 5
 
+       "keep_alive" on|off
+       If you experience problems with PUT/POST requests when using the
+       Negotiate authentication scheme then you can try setting this to
+       off. This will cause Squid to forcibly close the connection on
+       the initial requests where the browser asks which schemes are
+       supported by the proxy.
+
+       auth_param ntlm keep_alive on
+
        === Options for configuring the NEGOTIATE auth-scheme follow ===
 
        "program" cmdline
@@ -1925,6 +1934,7 @@ NOCOMMENT_START
 #Recommended minimum configuration:
 #auth_param ntlm program <uncomment and complete this line to activate>
 #auth_param ntlm children 5
+#auth_param ntlm keep_alive on
 #auth_param negotiate program <uncomment and complete this line to activate>
 #auth_param negotiate children 5
 #auth_param negotiate keep_alive on