diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-10-06 00:36:46 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:04 -0500 |
commit | 1e5cabec1944f9d6b8c55ec635e01d4cac35250d (patch) | |
tree | 56caa4e13d5106c433d41fcadc5171f468c781ac | |
parent | 0360d172eb095d905c94ccc01a681311744c3284 (diff) | |
download | samba-1e5cabec1944f9d6b8c55ec635e01d4cac35250d.tar.gz samba-1e5cabec1944f9d6b8c55ec635e01d4cac35250d.tar.bz2 samba-1e5cabec1944f9d6b8c55ec635e01d4cac35250d.zip |
Remove bogus comment from 'client use spnego'.
Andrew Bartlett
(This used to be commit 839b5736930bf40220281154c9b9411eacdf6b78)
-rw-r--r-- | docs/smbdotconf/protocol/clientusespnego.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/smbdotconf/protocol/clientusespnego.xml b/docs/smbdotconf/protocol/clientusespnego.xml index 96957c6642..28b3b582df 100644 --- a/docs/smbdotconf/protocol/clientusespnego.xml +++ b/docs/smbdotconf/protocol/clientusespnego.xml @@ -4,13 +4,11 @@ developer="1" xmlns:samba="http://samba.org/common"> <description> - <para> This variable controls whether samba clients will try + <para> This variable 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 for SMB Signing is currently broken, so - you might want to turn this option off when operating with - Windows 2003 domain controllers in particular. -</para> + supporting servers (including WindowsXP, Windows2000 and Samba + 3.0) to agree upon an authentication + mechanism. This enables Kerberos authentication in particular.</para> </description> <value type="default">yes</value> |