From 7a29b6df13c31209636186cea74b9c3ca5a8e03b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Tue, 15 Jul 2003 04:24:37 +0000 Subject: update docs to reflect the change in default behavior for winbindd (This used to be commit 140e2fd5d710f5c800399e20a64c8ac4349a7003) --- docs/docbook/manpages/winbindd.8.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/docbook/manpages/winbindd.8.xml b/docs/docbook/manpages/winbindd.8.xml index f19b7b8242..d41620b707 100644 --- a/docs/docbook/manpages/winbindd.8.xml +++ b/docs/docbook/manpages/winbindd.8.xml @@ -24,7 +24,7 @@ -F -S -i - -B + -Y -d <debug level> -s <smb config file> -n @@ -159,12 +159,11 @@ group: files winbind - -B - Dual 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 stay accurate and are faster. + -Y + Single daemon mode. This means winbindd will run + as a single process (the mode of operation in Samba 2.2). Winbindd's + default behavior is to launch a child process that is responsible for + updating expired cache entries. -- cgit