]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Release Notes: updates for MSNT helpers
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Jan 2015 03:37:55 +0000 (19:37 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Jan 2015 03:37:55 +0000 (19:37 -0800)
doc/release-notes/release-3.5.sgml
doc/release-notes/release-3.6.sgml

index e2b6d570eff73b7530e0bb78aacdf64f7ff2f7da..6bceb48233a23f5e2896683d7c146be85539fb80 100644 (file)
@@ -64,6 +64,7 @@ The 3.5 change history can be <url url="http://www.squid-cache.org/Versions/v3/3
        <item>Helper support for concurrency channels
        <item>Native FTP Relay
        <item>Receive PROXY protocol, Versions 1 & 2
+       <item>Basic authentication MSNT helper changes
 </itemize>
 
 Most user-facing changes are reflected in squid.conf (see below).
@@ -271,6 +272,23 @@ Most user-facing changes are reflected in squid.conf (see below).
    Use of <em>require-proxy-header</em> on <em>https_port</em> and <em>ftp_port</em> is not supported.
 
 
+<sect1>Basic authentication MSNT helper changes
+
+<p>The authentication helper previously known as <em>basic_msnt_auth</em> has
+   been deprecated and renamed to <em>basic_smb_lm_auth</em> to reflect that
+   it only performs SMB LanMan protocol(s) instead of modern MS authentication
+   protocols.
+
+<p>The <em>basic_smb_lm_auth</em> helper has been remodelled and no longer uses
+   configuration files. The Doman Controller servers are now configured via
+   command line parameters and user credentials are looked up in each DC in the
+   order configured until one matches or all have confirmed a non-match.
+
+<p>The <em>MSNT-multi-domain</em> helper provides the same functionality and
+   is also deprecated. It will be removed in the Squid-3.6 series.
+
+
+
 <sect>Changes to squid.conf since Squid-3.4
 <p>
 There have been changes to Squid's configuration file since Squid-3.4.
index 5977357d0a990e73079ff0bcd5c1a227299f68e6..2dd75d90be10c240a214236e86d784020050901d 100644 (file)
@@ -41,7 +41,7 @@ The 3.6 change history can be <url url="http://www.squid-cache.org/Versions/v3/3
        <item>Helper concurrency channels changes
        <item>Configurable helper queue size
        <item>SSLv2 support removal
-       <item>MSNT Helper changes
+       <item>MSNT-multi-domain helper removal
 </itemize>
 
 Most user-facing changes are reflected in squid.conf (see below).
@@ -75,14 +75,7 @@ its use since it is now forced to disable by default. Also settings enabling
 various client/server workarounds specific to SSLv2 are removed.
 
 
-<sect1>MSNT Helper changes
-
-<p>The authentication helper previously known as <em>basic_msnt_auth</em> has
-   been renamed to <em>basic_smb_lm_auth</em> to reflect that it only performs
-   SMB LanMan protocol(s) instead of modern ActiveDirectory protocols.
-
-<p>The <em>basic_smb_lm_auth</em> helper is also deprecated and will be removed
-   in a later Squid version.
+<sect1>MSNT-multi-domain helper removal
 
 <p>The <em>basic_msnt_multi_domain_auth</em> helper has been removed. The
    <em>basic_smb_lm_auth</em> helper performs the same actions without extra
@@ -187,6 +180,8 @@ This section gives an account of those changes in three categories:
 <sect1>Changes to existing options<label id="modifiedoptions">
 <p>
 <descrip>
+       <tag>--enable-auth-basic</tag>
+       <p>The <em>MSNT-multi-domain</em> helper has been removed.
 
 </descrip>
 </p>