1 <samba:parameter name="server signing"
4 enumlist="enum_smb_signing_vals"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
8 <para>This controls whether the client is allowed or required to use SMB1 and SMB2 signing. Possible values
9 are <emphasis>default</emphasis>, <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
10 and <emphasis>disabled</emphasis>.
13 <para>By default, and when smb signing is set to
14 <emphasis>default</emphasis>, smb signing is required when
15 <smbconfoption name="server role"/> is <emphasis>active directory
16 domain controller</emphasis> and disabled otherwise.</para>
18 <para>When set to auto, SMB1 signing is offered, but not enforced.
19 When set to mandatory, SMB1 signing is required and if set
20 to disabled, SMB signing is not offered either.</para>
22 <para>For the SMB2 protocol, by design, signing cannot be disabled. In the case
23 where SMB2 is negotiated, if this parameter is set to <emphasis>disabled</emphasis>,
24 it will be treated as <emphasis>auto</emphasis>. Setting it to <emphasis>mandatory</emphasis>
25 will still require SMB2 clients to use signing.</para>
28 <value type="default">default</value>