From aba5ea59dfc6a6a43cc1e9313941d20d16d0c932 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 1 Jul 2003 20:58:55 +0000 Subject: Document "client use spnego" (This used to be commit b7b45794c233e37d3b78db19852ef1d44d63288c) --- docs/docbook/smbdotconf/protocol/clientusespnego.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/docbook/smbdotconf/protocol/clientusespnego.xml (limited to 'docs/docbook/smbdotconf/protocol/clientusespnego.xml') 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 @@ + + + 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. + + + Default: client use spnego = yes + + -- cgit