summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-15 04:24:37 +0000
committerGerald Carter <jerry@samba.org>2003-07-15 04:24:37 +0000
commit7a29b6df13c31209636186cea74b9c3ca5a8e03b (patch)
tree55f88e331675a5a221d82a9e239b85a0e831cc76 /docs
parente8b4a1f8bc4424ce69c1de8e21677ebebde316bc (diff)
downloadsamba-7a29b6df13c31209636186cea74b9c3ca5a8e03b.tar.gz
samba-7a29b6df13c31209636186cea74b9c3ca5a8e03b.tar.bz2
samba-7a29b6df13c31209636186cea74b9c3ca5a8e03b.zip
update docs to reflect the change in default behavior for winbindd
(This used to be commit 140e2fd5d710f5c800399e20a64c8ac4349a7003)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/manpages/winbindd.8.xml13
1 files changed, 6 insertions, 7 deletions
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 @@
<arg choice="opt">-F</arg>
<arg choice="opt">-S</arg>
<arg choice="opt">-i</arg>
- <arg choice="opt">-B</arg>
+ <arg choice="opt">-Y</arg>
<arg choice="opt">-d &lt;debug level&gt;</arg>
<arg choice="opt">-s &lt;smb config file&gt;</arg>
<arg choice="opt">-n</arg>
@@ -159,12 +159,11 @@ group: files winbind
</varlistentry>
<varlistentry>
- <term>-B</term>
- <listitem><para>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.
+ <term>-Y</term>
+ <listitem><para>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.
</para></listitem>
</varlistentry>