summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-03-10 17:03:59 +0100
committerStefan Metzmacher <metze@samba.org>2016-04-12 19:25:28 +0200
commitf762be4343c0f031baa5b03b4e1239708059d586 (patch)
tree4211b3e275f27aec69a512a9b4e226dac24800d4 /docs-xml
parent339e306672d17ebe49ed25f38c489a1a1ac3fd59 (diff)
downloadsamba-f762be4343c0f031baa5b03b4e1239708059d586.tar.gz
CVE-2016-2118: docs-xml: default "allow dcerpc auth level connect" to "no"
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11616 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/security/allowdcerpcauthlevelconnect.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/security/allowdcerpcauthlevelconnect.xml b/docs-xml/smbdotconf/security/allowdcerpcauthlevelconnect.xml
index 27a9733475e..03531adbfb3 100644
--- a/docs-xml/smbdotconf/security/allowdcerpcauthlevelconnect.xml
+++ b/docs-xml/smbdotconf/security/allowdcerpcauthlevelconnect.xml
@@ -19,11 +19,9 @@
E.g. the drsuapi and backupkey protocols require DCERPC_AUTH_LEVEL_PRIVACY.
The dnsserver protocol requires DCERPC_AUTH_LEVEL_INTEGRITY.
</para>
-
- <para>Note the default will very likely change to <constant>no</constant> for Samba 4.5.</para>
</description>
-<value type="default">yes</value>
-<value type="example">no</value>
+<value type="default">no</value>
+<value type="example">yes</value>
</samba:parameter>