summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/protocol
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-01 23:49:39 +0000
committerGerald Carter <jerry@samba.org>2003-07-01 23:49:39 +0000
commit2e5c31296456c3e96e335dbe9049da24a00e6f04 (patch)
treec30e02495f9970bc936fc9fe36e59dd2b88e9a7c /docs/docbook/smbdotconf/protocol
parenta7fa6dfd24ff7b938dbbe430415e6e3151e2fa67 (diff)
downloadsamba-2e5c31296456c3e96e335dbe9049da24a00e6f04.tar.gz
syncing jelmers updates to the docs in 3.0
grabbing a couple of small source changes to 3.0
Diffstat (limited to 'docs/docbook/smbdotconf/protocol')
-rw-r--r--docs/docbook/smbdotconf/protocol/clientusespnego.xml16
-rw-r--r--docs/docbook/smbdotconf/protocol/nameresolveorder.xml2
2 files changed, 17 insertions, 1 deletions
diff --git a/docs/docbook/smbdotconf/protocol/clientusespnego.xml b/docs/docbook/smbdotconf/protocol/clientusespnego.xml
new file mode 100644
index 00000000000..7d341abf0f5
--- /dev/null
+++ b/docs/docbook/smbdotconf/protocol/clientusespnego.xml
@@ -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 servers 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>
diff --git a/docs/docbook/smbdotconf/protocol/nameresolveorder.xml b/docs/docbook/smbdotconf/protocol/nameresolveorder.xml
index 777fc2268ea..4e88495489a 100644
--- a/docs/docbook/smbdotconf/protocol/nameresolveorder.xml
+++ b/docs/docbook/smbdotconf/protocol/nameresolveorder.xml
@@ -64,7 +64,7 @@
<para><command moreinfo="none">name resolve order = wins bcast</command></para>
<para>DC lookups will still be done via DNS, but fallbacks to netbios names will
- not inundate your DNS servers with needless querys for DOMAIN<0x1c> lookups.</para>
+ not inundate your DNS servers with needless querys for DOMAIN&lt;0x1c&gt; lookups.</para>
</listitem>
</samba:parameter>