Document "client use spnego"
authorJelmer Vernooij <jelmer@samba.org>
Tue, 1 Jul 2003 20:58:55 +0000 (20:58 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 1 Jul 2003 20:58:55 +0000 (20:58 +0000)
(This used to be commit b7b45794c233e37d3b78db19852ef1d44d63288c)

docs/docbook/smbdotconf/protocol/clientusespnego.xml [new file with mode: 0644]

diff --git a/docs/docbook/smbdotconf/protocol/clientusespnego.xml b/docs/docbook/smbdotconf/protocol/clientusespnego.xml
new file mode 100644 (file)
index 0000000..fd21934
--- /dev/null
@@ -0,0 +1,16 @@
+<samba:parameter name="client use spnego"
+                 context="G"
+                 developer="1"
+                 xmlns:samba="http://samba.org/common">
+<listitem>
+    <para> This variable controls controls whether samba clients will try 
+    to use Simple and Protected NEGOciation (as specified by rfc2478) with 
+    WindowsXP and Windows2000 clients to agree upon an authentication mechanism. 
+       SPNEGO client support with Sign and Seal is currently broken, so 
+       you might want to turn this option off when doing joins to 
+       Windows 2003 domains.
+       </para>
+
+    <para>Default:  <emphasis>client use spnego = yes</emphasis></para>
+</listitem>
+</samba:parameter>