]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml/smbdotconf: deprecated "allow dcerpc auth level connect"
authorStefan Metzmacher <metze@samba.org>
Wed, 22 Apr 2026 10:54:29 +0000 (12:54 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 22 Apr 2026 13:16:35 +0000 (13:16 +0000)
This was only added to prevent problems with the fixes for
CVE-2016-2118.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
docs-xml/smbdotconf/security/allowdcerpcauthlevelconnect.xml

index 8bccab391cc274fd1d8d0d70f64cca4cef46e956..561be29268ee85690013ffc91d8b8d7a357d6af9 100644 (file)
@@ -1,6 +1,7 @@
 <samba:parameter name="allow dcerpc auth level connect"
                  context="G"
                  type="boolean"
+                 deprecated="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
        <para>This option controls whether DCERPC services are allowed to
        E.g. the drsuapi and backupkey protocols require DCERPC_AUTH_LEVEL_PRIVACY.
        The dnsserver protocol requires DCERPC_AUTH_LEVEL_INTEGRITY.
        </para>
+
+       <para>This option should not be used, it's related to CVE-2016-2118. It will be removed in future releases.</para>
 </description>
 
 <value type="default">no</value>
-<value type="example">yes</value>
 
 </samba:parameter>