diff options
author | Stefan Metzmacher <metze@samba.org> | 2016-03-25 19:24:20 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2016-04-12 19:25:25 +0200 |
commit | 6e22abd9775e69aed018d04e5488757910862436 (patch) | |
tree | 65f0bb08696c807d580694c135ee6dc79df9ac49 /docs-xml | |
parent | 2b40fb850925477d82db39d188da84123b121bdf (diff) | |
download | samba-6e22abd9775e69aed018d04e5488757910862436.tar.gz |
CVE-2016-2112: docs-xml: change the default of "ldap server require strong auth" to "yes"
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11644
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/ldap/ldapserverrequirestrongauth.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs-xml/smbdotconf/ldap/ldapserverrequirestrongauth.xml b/docs-xml/smbdotconf/ldap/ldapserverrequirestrongauth.xml index 18d695b7ef7..02bdd811491 100644 --- a/docs-xml/smbdotconf/ldap/ldapserverrequirestrongauth.xml +++ b/docs-xml/smbdotconf/ldap/ldapserverrequirestrongauth.xml @@ -21,8 +21,6 @@ <para>A value of <emphasis>yes</emphasis> allows only simple binds over TLS encrypted connections. Unencrypted connections only allow sasl binds with sign or seal.</para> - - <para>Note the default will change to <constant>yes</constant> with Samba 4.5.</para> </description> -<value type="default">no</value> +<value type="default">yes</value> </samba:parameter> |