[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Thu Sep 5 04:05:05 UTC 2019


The branch, master has been updated
       via  1006f7abe89 docs: Deprecate "lanman auth = yes"
       via  8d0d99a4d78 docs: Deprecate "encrypt passwords = no"
      from  1e2d2094947 torture: Fix the FreeBSD clang build

https://git.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1006f7abe8980d2c01c181db93225353ce494b3a
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Sep 5 11:23:22 2019 +1200

    docs: Deprecate "lanman auth = yes"
    
    This feature is only available for SMB1 and we need to warn users that this
    is going away soon, and allow the removal in a future release under our rules
    for parameter deprecation.
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Garming Sam <garming at catalyst.net.nz>
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Thu Sep  5 04:04:18 UTC 2019 on sn-devel-184

commit 8d0d99a4d78ba408bb45e2d693049025e60e277a
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Thu Sep 5 11:19:10 2019 +1200

    docs: Deprecate "encrypt passwords = no"
    
    This feature is only available for SMB1 and we need to warn users that this
    is going away soon, and allow the removal in a future release under our rules
    for parameter deprecation.
    
    Signed-off-by: Andrew Bartlett <abartlet at samba.org>
    Reviewed-by: Garming Sam <garming at catalyst.net.nz>

-----------------------------------------------------------------------

Summary of changes:
 docs-xml/smbdotconf/security/encryptpasswords.xml | 8 ++++++++
 docs-xml/smbdotconf/security/lanmanauth.xml       | 9 +++++++++
 2 files changed, 17 insertions(+)


Changeset truncated at 500 lines:

diff --git a/docs-xml/smbdotconf/security/encryptpasswords.xml b/docs-xml/smbdotconf/security/encryptpasswords.xml
index 4bd97809d86..4fdfa898501 100644
--- a/docs-xml/smbdotconf/security/encryptpasswords.xml
+++ b/docs-xml/smbdotconf/security/encryptpasswords.xml
@@ -1,8 +1,16 @@
 <samba:parameter name="encrypt passwords"
                  context="G"
                  type="boolean"
+                 deprecated="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
+    <para>This parameter has been deprecated since Samba 4.11 and
+    support for plaintext (as distinct from NTLM, NTLMv2
+    or Kerberos authentication)
+    will be removed in a future Samba release.</para>
+    <para>That is, in the future, the current default of
+    <command>encrypt passwords = yes</command>
+    will be the enforced behaviour.</para>
     <para>This boolean controls whether encrypted passwords 
     will be negotiated with the client. Note that Windows NT 4.0 SP3 and 
     above and also Windows 98 will by default expect encrypted passwords 
diff --git a/docs-xml/smbdotconf/security/lanmanauth.xml b/docs-xml/smbdotconf/security/lanmanauth.xml
index a85640b8109..842c12d9b64 100644
--- a/docs-xml/smbdotconf/security/lanmanauth.xml
+++ b/docs-xml/smbdotconf/security/lanmanauth.xml
@@ -2,8 +2,17 @@
                  context="G"
                  type="boolean"
 		 function="_lanman_auth"
+                 deprecated="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
+    <para>This parameter has been deprecated since Samba 4.11 and
+    support for LanMan (as distinct from NTLM, NTLMv2 or
+    Kerberos authentication)
+    will be removed in a future Samba release.</para>
+    <para>That is, in the future, the current default of
+    <command>lanman auth = no</command>
+    will be the enforced behaviour.</para>
+
     <para>This parameter determines whether or not <citerefentry><refentrytitle>smbd</refentrytitle>
     <manvolnum>8</manvolnum></citerefentry> will attempt to
     authenticate users or permit password changes


-- 
Samba Shared Repository



More information about the samba-cvs mailing list