syncing tree with SAMBA_3_0
[Samba.git] / docs / docbook / smbdotconf / security / clientschannel.xml
blobf3ad6825173eb193db413443157e8e869c901298
1 <samba:parameter name="client schannel"
2                  context="G"
3                  basic="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
7     <para>This controls whether the client offers or even
8     demands the use of the netlogon schannel.
9     <parameter>client schannel = no</parameter> does not
10     offer the schannel, <parameter>server schannel =
11     auto</parameter> offers the schannel but does not
12     enforce it, and <parameter>server schannel =
13     yes</parameter> denies access if the server is not
14     able to speak netlogon schannel. </para>
16     <para>Default: <command>client schannel = auto</command></para>
17     <para>Example: <command>client schannel = yes</command></para>
18 </listitem>
19 </samba:parameter>