1 <samba:parameter name="client schannel"
4 enumlist="enum_bool_auto"
6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
10 This option is deprecated with Samba 4.8 and will be removed in future.
11 At the same time the default changed to yes, which will be the
12 hardcoded behavior in future.
16 This controls whether the client offers or even demands the use of the netlogon schannel.
17 <smbconfoption name="client schannel">no</smbconfoption> does not offer the schannel,
18 <smbconfoption name="client schannel">auto</smbconfoption> offers the schannel but does not
19 enforce it, and <smbconfoption name="client schannel">yes</smbconfoption> denies access
20 if the server is not able to speak netlogon schannel.
23 <para>Note that for active directory domains this is hardcoded to
24 <smbconfoption name="client schannel">yes</smbconfoption>.</para>
26 <para>This option is over-ridden by the <smbconfoption name="require strong key"/> option.</para>
28 <value type="default">yes</value>
29 <value type="example">auto</value>