Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[tprouty/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 server offers or requires
9     the client it talks to to use SMB signing. Possible values 
10     are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 
11     and <emphasis>disabled</emphasis>. 
12     </para>
13
14     <para>When set to auto, SMB signing is offered, but not enforced. 
15     When set to mandatory, SMB signing is required and if set 
16         to disabled, SMB signing is not offered either.</para>
17 </description>
18
19 <value type="default">Disabled</value>
20 </samba:parameter>