From: serassio <> Date: Wed, 2 Nov 2005 00:47:43 +0000 (+0000) Subject: Document ntlm keep_alive option. X-Git-Tag: SQUID_3_0_PRE4~560 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dd9b17763b6f09c335a1da9a3113fc39fdae610b;p=thirdparty%2Fsquid.git Document ntlm keep_alive option. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 32779da348..4dbcd7d61b 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -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 #auth_param ntlm children 5 +#auth_param ntlm keep_alive on #auth_param negotiate program #auth_param negotiate children 5 #auth_param negotiate keep_alive on