source: trunk/server/docs-xml/smbdotconf/security/sendspengoprincipal.xml

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 1.1 KB
Line 
1<samba:parameter name="send spnego principal"
2 context="G"
3 type="boolean"
4 advanced="1" developer="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This parameter determines whether or not
8 <citerefentry><refentrytitle>smbd</refentrytitle>
9 <manvolnum>8</manvolnum></citerefentry> will send the
10 server-supplied principal sometimes given in the SPNEGO
11 exchange.</para>
12
13 <para>If enabled, Samba can attempt to help clients to use
14 Kerberos to contact it, even when known only by IP address or a
15 name not registered with our KDC as a service principal name.
16 Kerberos relies on names, so ordinarily cannot function in this
17 situation. </para>
18
19 <para>If disabled, Samba will send the string
20 not_defined_in_RFC4178@please_ignore as the 'rfc4178 hint',
21 following the updated RFC and Windows 2008 behaviour in this area.
22 </para>
23
24 <para>Note that Windows XP SP2 and later versions already ignored
25 this value in all circumstances. </para>
26</description>
27<value type="default">no</value>
28</samba:parameter>
Note: See TracBrowser for help on using the repository browser.