diff options
author | Gerald Carter <jerry@samba.org> | 2003-07-15 04:24:37 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-07-15 04:24:37 +0000 |
commit | 7a29b6df13c31209636186cea74b9c3ca5a8e03b (patch) | |
tree | 55f88e331675a5a221d82a9e239b85a0e831cc76 /docs/docbook/manpages | |
parent | e8b4a1f8bc4424ce69c1de8e21677ebebde316bc (diff) | |
download | samba-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/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/winbindd.8.xml | 13 |
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 <debug level></arg> <arg choice="opt">-s <smb config file></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> |