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