Add manpage section for the new parameter client ldap sasl wrapping
[Samba.git] / docs / smbdotconf / security / clientsigning.xml
blobbf37cbb8746476d53434ce0f7270e47829b716df
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>
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>
19 <value type="default">auto</value>
20 </samba:parameter>