From: serassio <> Date: Wed, 2 Nov 2005 02:26:36 +0000 (+0000) Subject: Fixed authentication schema order. X-Git-Tag: SQUID_3_0_PRE4~559 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26819f1e3d9433859d47513333f2fb90b30db52b;p=thirdparty%2Fsquid.git Fixed authentication schema order. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 4dbcd7d61b..df49dc1d4e 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.403 2005/11/01 17:47:43 serassio Exp $ +# $Id: cf.data.pre,v 1.404 2005/11/01 19:26:36 serassio Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1908,7 +1908,7 @@ DOC_START of type proxy_auth active. By default, the negotiate authenticator_program is not used. The only supported program for this role is the ntlm_auth - program distributed as part of Samba, version 3 or later. + program distributed as part of Samba, version 4 or later. auth_param negotiate program @DEFAULT_PREFIX@/bin/ntlm_auth --helper-protocol=gss-spnego @@ -1932,12 +1932,12 @@ DOC_START 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 +#auth_param ntlm program +#auth_param ntlm children 5 +#auth_param ntlm keep_alive on #auth_param digest program #auth_param digest children 5 #auth_param digest realm Squid proxy-caching web server