summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/security/serversigning.xml
blob: f2f5629586150f8e95d5748974c267b226c9d599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<samba:parameter name="server signing"
                 context="G"
				 type="enum"
                 basic="1"
		 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>

    <para>This controls whether the server offers or requires
    the client 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>
</description>

<value type="default">Disabled</value>
</samba:parameter>