Moving docs tree to docs-xml to make room for generated docs in the release tarball.
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / security / clientsigning.xml
1 <samba:parameter name="client signing"
2                  context="G"
3                                  type="boolean-auto"
4                  basic="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7     <para>This controls whether the client offers or requires
8     the server it talks to 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.
16 </para>
17 </description>
18
19 <value type="default">auto</value>
20 </samba:parameter>