summaryrefslogtreecommitdiff
path: root/docs/docbook/manpages/winbindd.8.sgml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-18 21:43:31 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-18 21:43:31 +0000
commit19eb4688cf04ec14dc412f54611de18b66c48fbb (patch)
tree974dc5955100117e88457fb4c847e75d5caa5f89 /docs/docbook/manpages/winbindd.8.sgml
parent8e8d6da1ce6b1ec5e8e5cc98e257aeb07617c2ce (diff)
downloadsamba-19eb4688cf04ec14dc412f54611de18b66c48fbb.tar.gz
samba-19eb4688cf04ec14dc412f54611de18b66c48fbb.tar.bz2
samba-19eb4688cf04ec14dc412f54611de18b66c48fbb.zip
Update for 3.0 (document -B, -s, -n options). Is now current
(This used to be commit 9f388e15b0bef1590c5605f8d7cdeac7c82cd64f)
Diffstat (limited to 'docs/docbook/manpages/winbindd.8.sgml')
-rw-r--r--docs/docbook/manpages/winbindd.8.sgml31
1 files changed, 30 insertions, 1 deletions
diff --git a/docs/docbook/manpages/winbindd.8.sgml b/docs/docbook/manpages/winbindd.8.sgml
index 32ea86b0d6..848f6ed3fa 100644
--- a/docs/docbook/manpages/winbindd.8.sgml
+++ b/docs/docbook/manpages/winbindd.8.sgml
@@ -17,8 +17,10 @@
<cmdsynopsis>
<command>winbindd</command>
<arg choice="opt">-i</arg>
+ <arg choice="opt">-B</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>
</cmdsynopsis>
</refsynopsisdiv>
@@ -118,6 +120,33 @@ group: files winbind
option is used by developers when interactive debugging
of <command>winbindd</command> is required. </para></listitem>
</varlistentry>
+
+ <varlistentry>
+ <term>-n</term>
+ <listitem><para>Disable 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.
+ </para></listitem>
+ </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 are accurate and fast.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>-s|--conf=smb.conf</term>
+ <listitem><para>Specifies the location of the all-important
+ <filename>smb.conf</filename> file. </para></listitem>
+ </varlistentry>
</variablelist>
</refsect1>
@@ -368,7 +397,7 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok
<refsect1>
<title>VERSION</title>
- <para>This man page is correct for version 2.2 of
+ <para>This man page is correct for version 3.0 of
the Samba suite.</para>
</refsect1>