summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-14 22:16:02 +1000
committerKarolin Seeger <kseeger@samba.org>2011-08-02 21:09:06 +0200
commitcb731c5e5c9ce512f45f80453c835c9c34cd88e8 (patch)
treed0880c779f37887ec00573296950836fe2ca84df /docs-xml
parent6ab1dc24d77a58d4c37cb816ce04762c1df7521c (diff)
downloadsamba-cb731c5e5c9ce512f45f80453c835c9c34cd88e8.tar.gz
s3-docs Add documentation for 'client use spnego principal'
(cherry picked from commit 4829da5bd4989b7e4b7e858af1770f13d9d2e647)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/security/clientusepsnegoprincipal.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/security/clientusepsnegoprincipal.xml b/docs-xml/smbdotconf/security/clientusepsnegoprincipal.xml
new file mode 100644
index 00000000000..6ec1eb11165
--- /dev/null
+++ b/docs-xml/smbdotconf/security/clientusepsnegoprincipal.xml
@@ -0,0 +1,28 @@
+<samba:parameter name="client use spnego principal"
+ context="G"
+ type="boolean"
+ advanced="1" developer="1"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This parameter determines whether or not
+ <citerefentry><refentrytitle>smbclient</refentrytitle>
+ <manvolnum>8</manvolnum></citerefentry> and other samba components
+ acting as a client will attempt to use the server-supplied
+ principal sometimes given in the SPNEGO exchange.</para>
+
+ <para>If enabled, Samba can attempt to use Kerberos to contact
+ servers known only by IP address. Kerberos relies on names, so
+ ordinarily cannot function in this situation. </para>
+
+ <para>If disabled, Samba will use the name used to look up the
+ server when asking the KDC for a ticket. This avoids situations
+ where a server may impersonate another, soliciting authentication
+ as one principal while being known on the network as another.
+ </para>
+
+ <para>Note that Windows XP SP2 and later versions already follow
+ this behaviour, and Windows Vista and later servers no longer
+ supply this 'rfc4178 hint' principal on the server side.</para>
+</description>
+<value type="default">no</value>
+</samba:parameter>