smbd: Simplify unpack_nt_owners
[Samba.git] / docs-xml / smbdotconf / security / clientsigning.xml
blob34fce3e857cb01cfa7dcca6e5db2e6de4c14ff35
1 <samba:parameter name="client signing"
2                  context="G"
3                                  type="enum"
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>