source: branches/samba-3.2.x/docs-xml/smbdotconf/security/clientschannel.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 754 bytes
Line 
1<samba:parameter name="client schannel"
2 context="G"
3 basic="1"
4 type="boolean-auto"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7
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>
15</description>
16<value type="default">auto</value>
17<value type="example">yes</value>
18</samba:parameter>
Note: See TracBrowser for help on using the repository browser.