docs: Change client signing default in docs to match s3 and lib/param
[Samba.git] / docs-xml / smbdotconf / security / clientsigning.xml
blobc7ec3f27ef9aca50529d627c76faaeda3d474e6e
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 or default, 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">default</value>
19 </samba:parameter>