From 19eb4688cf04ec14dc412f54611de18b66c48fbb Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 18 Oct 2002 21:43:31 +0000 Subject: Update for 3.0 (document -B, -s, -n options). Is now current (This used to be commit 9f388e15b0bef1590c5605f8d7cdeac7c82cd64f) --- docs/docbook/manpages/winbindd.8.sgml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) (limited to 'docs/docbook/manpages/winbindd.8.sgml') 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 @@ winbindd -i + -B -d <debug level> -s <smb config file> + -n @@ -118,6 +120,33 @@ group: files winbind option is used by developers when interactive debugging of winbindd is required. + + + -n + 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. + + + + + -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 are accurate and fast. + + + + + -s|--conf=smb.conf + Specifies the location of the all-important + smb.conf file. + @@ -368,7 +397,7 @@ auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok VERSION - This man page is correct for version 2.2 of + This man page is correct for version 3.0 of the Samba suite. -- cgit