Add all the source files from the old CVS tree,
[import/samba-docs-svnimport.git] / smbdotconf / security / clientschannel.xml
1 <samba:parameter name="client schannel"
2                  context="G"
3                  basic="1"
4                                  type="boolean-auto"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7
8     <para>This controls whether the client offers or even
9     demands the use of the netlogon schannel.
10     <parameter>client schannel = no</parameter> does not
11     offer the schannel, <parameter>server schannel =
12     auto</parameter> offers the schannel but does not
13     enforce it, and <parameter>server schannel =
14     yes</parameter> denies access if the server is not
15         able to speak netlogon schannel. </para>
16 </description>
17 <value type="default">auto</value>
18 <value type="example">yes</value>
19 </samba:parameter>