Merge branch 'master' of git://git.samba.org/samba into teventfix
[amitay/samba.git] / docs-xml / smbdotconf / security / serversigning.xml
1 <samba:parameter name="server signing"
2                  context="G"
3                                  type="enum"
4                  basic="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7
8     <para>This controls whether the client is allowed or required to use SMB signing. Possible values 
9     are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 
10     and <emphasis>disabled</emphasis>. 
11     </para>
12
13     <para>When set to auto, SMB signing is offered, but not enforced. 
14     When set to mandatory, SMB signing is required and if set 
15         to disabled, SMB signing is not offered either.</para>
16 </description>
17
18 <value type="default">Disabled</value>
19 </samba:parameter>