summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/security/clientsigning.xml
blob: e006dc71ab73d063fd827855cdfc35b8217bc868 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<samba:parameter name="client signing"
                 context="G"
                 basic="1"
		 xmlns:samba="http://samba.org/common">
<listitem>

    <para>This controls whether the client offers or requires
    the server it talks to to use SMB signing. Possible values 
    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 
    and <emphasis>disabled</emphasis>. 
    </para>

    <para>When set to auto, SMB signing is offered, but not enforced. 
    When set to mandatory, SMB signing is required and if set 
    to disabled, SMB signing is not offered either.</para>

    <para>Default: <command>client signing = auto</command></para>
</listitem>
</samba:parameter>