summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/protocol/clientusespnego.xml
blob: c688a656f4fc54363986b2779e24be7f4b0ba664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<samba:parameter name="client use spnego"
                 context="G"
				 type="boolean"
                 developer="1"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
    <para> This variable controls whether Samba clients will try 
    to use Simple and Protected NEGOciation (as specified by rfc2478) with 
    supporting servers (including WindowsXP, Windows2000 and Samba
    3.0) to agree upon an authentication
    mechanism.  This enables Kerberos authentication in particular.</para>
</description>

<value type="default">yes</value>
</samba:parameter>