From 09fb00c629ed81b25c97a5eb74df4e03c92145ea Mon Sep 17 00:00:00 2001
From: Jelmer Vernooij
Date: Tue, 5 Nov 2002 21:41:04 +0000
Subject: 'make everything' in docs (This used to be commit
960082d860c36419c63094be778decdadb061c1d)
---
docs/htmldocs/winbindd.8.html | 59 +++++++++++++++++++++++++++++++++----------
1 file changed, 46 insertions(+), 13 deletions(-)
(limited to 'docs/htmldocs/winbindd.8.html')
diff --git a/docs/htmldocs/winbindd.8.html b/docs/htmldocs/winbindd.8.html
index 3aecf62509..09c3513c70 100644
--- a/docs/htmldocs/winbindd.8.html
+++ b/docs/htmldocs/winbindd.8.html
@@ -38,12 +38,12 @@ NAME="AEN8"
>winbindd [-i] [-d <debug level>] [-s <smb config file>]
[-i] [-B] [-d <debug level>] [-s <smb config file>] [-n]DESCRIPTION
OPTIONS
winbindd is required.
-nDisable caching. This means winbindd will
+ always have to wait for a response from the domain controller
+ before it can respond to a client and this thus makes things
+ slower. The results will however be more accurate, since
+ results from the cache might not be up-to-date. This
+ might also temporarily hang winbindd if the DC doesn't respond.
+
-BDual daemon mode. This means winbindd will run
+ as 2 threads. The first will answer all requests from the cache,
+ thus making responses to clients faster. The other will
+ update the cache for the query that the first has just responded.
+ Advantage of this is that responses are accurate and fast.
+
-s|--conf=smb.confSpecifies the location of the all-important
+ smb.conf file.
NAME AND ID RESOLUTION
CONFIGURATION
EXAMPLE SETUP
NOTES
SIGNALS
FILES
VERSION
This man page is correct for version 2.2 of
+>This man page is correct for version 3.0 of
the Samba suite.