smbd: Simplify unpack_nt_owners
[Samba.git] / docs-xml / smbdotconf / security / clientschannel.xml
blobd293ee39619404ac9447ad27176d643fbe5f78bc
1 <samba:parameter name="client schannel"
2                  context="G"
3                  basic="1"
4                                  type="enum"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
8     <para>
9     This controls whether the client offers or even demands the use of the netlogon schannel.
10     <smbconfoption name="client schannel">no</smbconfoption> does not offer the schannel, 
11     <smbconfoption name="client schannel">auto</smbconfoption> offers the schannel but does not
12     enforce it, and <smbconfoption name="client schannel">yes</smbconfoption> denies access 
13     if the server is not able to speak netlogon schannel. 
14     </para>
16     <para>Note that for active directory domains this is hardcoded to
17     <smbconfoption name="client schannel">yes</smbconfoption>.</para>
19     <para>This option yields precedence to the <smbconfoption name="require strong key"/> option.</para>
20 </description>
21 <value type="default">auto</value>
22 <value type="example">yes</value>
23 </samba:parameter>