From 5357c5e6e30035fa8d7a552675aaa355f7a27bb4 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 6 Jul 2005 21:23:58 +0000 Subject: Removal of CRUFT. 50 lashes to those who created CRUFT. Argh. (This used to be commit 555e174de5d390cdc744b8bcbecbeccc31079a23) --- docs/smbdotconf/protocol/maxwinsttl.xml | 4 ++-- docs/smbdotconf/protocol/minprotocol.xml | 5 ++--- docs/smbdotconf/protocol/minwinsttl.xml | 3 +-- docs/smbdotconf/protocol/nameresolveorder.xml | 10 +++++----- 4 files changed, 10 insertions(+), 12 deletions(-) (limited to 'docs/smbdotconf/protocol') diff --git a/docs/smbdotconf/protocol/maxwinsttl.xml b/docs/smbdotconf/protocol/maxwinsttl.xml index 20461b7a49..09935cdd9b 100644 --- a/docs/smbdotconf/protocol/maxwinsttl.xml +++ b/docs/smbdotconf/protocol/maxwinsttl.xml @@ -5,8 +5,8 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This option tells smbd - 8 when acting as a WINS server ( - wins support = yes) what the maximum + 8 when acting as a WINS server + (yes) what the maximum 'time to live' of NetBIOS names that nmbd will grant will be (in seconds). You should never need to change this parameter. The default is 6 days (518400 seconds). diff --git a/docs/smbdotconf/protocol/minprotocol.xml b/docs/smbdotconf/protocol/minprotocol.xml index a1480756bd..0bec282467 100644 --- a/docs/smbdotconf/protocol/minprotocol.xml +++ b/docs/smbdotconf/protocol/minprotocol.xml @@ -6,15 +6,14 @@ The value of the parameter (a string) is the lowest SMB protocol dialect than Samba will support. Please refer - to the max protocol + to the parameter for a list of valid protocol names and a brief description of each. You may also wish to refer to the C source code in source/smbd/negprot.c for a listing of known protocol dialects supported by clients. If you are viewing this parameter as a security measure, you should - also refer to the lanman - auth parameter. Otherwise, you should never need + also refer to the parameter. Otherwise, you should never need to change this parameter. diff --git a/docs/smbdotconf/protocol/minwinsttl.xml b/docs/smbdotconf/protocol/minwinsttl.xml index 9c308d8b73..38fbd7b0eb 100644 --- a/docs/smbdotconf/protocol/minwinsttl.xml +++ b/docs/smbdotconf/protocol/minwinsttl.xml @@ -6,8 +6,7 @@ This option tells nmbd 8 - when acting as a WINS server ( - wins support = yes) what the minimum 'time to live' + when acting as a WINS server (yes) what the minimum 'time to live' of NetBIOS names that nmbd will grant will be (in seconds). You should never need to change this parameter. The default is 6 hours (21600 seconds). diff --git a/docs/smbdotconf/protocol/nameresolveorder.xml b/docs/smbdotconf/protocol/nameresolveorder.xml index a3637a3ee0..d8bbb39589 100644 --- a/docs/smbdotconf/protocol/nameresolveorder.xml +++ b/docs/smbdotconf/protocol/nameresolveorder.xml @@ -18,8 +18,8 @@ lmhosts : Lookup an IP address in the Samba lmhosts file. If the line in lmhosts has - no name type attached to the NetBIOS name (see the lmhosts(5) for details) then + no name type attached to the NetBIOS name (see the lmhosts(5) for details) then any name type matches for lookup. @@ -37,14 +37,14 @@ wins : Query a name with - the IP address listed in the - wins server parameter. If no WINS server has + the IP address listed in the + wins server parameter. If no WINS server has been specified this method will be ignored. bcast : Do a broadcast on - each of the known local interfaces listed in the interfaces + each of the known local interfaces listed in the parameter. This is the least reliable of the name resolution methods as it depends on the target host being on a locally connected subnet. -- cgit