docs: fix opening and ending tag mismatch: para
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / security / clientsigning.xml
blobc657e057118f66d5139d35ca489e6eadb3653e8c
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 is allowed or required to use SMB signing. Possible values 
8     are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 
9     and <emphasis>disabled</emphasis>. 
10     </para>
12     <para>When set to auto, SMB signing is offered, but not enforced. 
13     When set to mandatory, SMB signing is required and if set 
14         to disabled, SMB signing is not offered either.
15 </para>
16 </description>
18 <value type="default">auto</value>
19 </samba:parameter>