diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-07-01 20:58:55 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-07-01 20:58:55 +0000 |
commit | aba5ea59dfc6a6a43cc1e9313941d20d16d0c932 (patch) | |
tree | 03b1424fbebf35084e7b3f0809f97a5600ceb058 /docs/docbook/smbdotconf/protocol | |
parent | e5bdfa5485ef16f40fd9bfb51c0cf8434f3c0a0e (diff) | |
download | samba-aba5ea59dfc6a6a43cc1e9313941d20d16d0c932.tar.gz samba-aba5ea59dfc6a6a43cc1e9313941d20d16d0c932.tar.bz2 samba-aba5ea59dfc6a6a43cc1e9313941d20d16d0c932.zip |
Document "client use spnego"
(This used to be commit b7b45794c233e37d3b78db19852ef1d44d63288c)
Diffstat (limited to 'docs/docbook/smbdotconf/protocol')
-rw-r--r-- | docs/docbook/smbdotconf/protocol/clientusespnego.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/docbook/smbdotconf/protocol/clientusespnego.xml b/docs/docbook/smbdotconf/protocol/clientusespnego.xml new file mode 100644 index 0000000000..fd2193443a --- /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 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> |