doc: describe samlogon cache caveat for winbindd -n
authorDavid Disseldorp <ddiss@samba.org>
Tue, 6 Nov 2012 11:49:42 +0000 (12:49 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 9 Nov 2012 15:41:05 +0000 (16:41 +0100)
The samlogon cache is never bypassed, even when winbindd is run with the
-n argument.
See https://bugzilla.samba.org/show_bug.cgi?id=9125

Reviewed-by: Andreas Schneider <asn@samba.org>
docs-xml/manpages/winbindd.8.xml

index acde02228994a5a91699eccb544cefb10bd1f45b..e2246204736c6ed11babe8d2eac48d868c7c4b4f 100644 (file)
@@ -183,12 +183,14 @@ hosts:            files wins
 
                <varlistentry>
                <term>-n</term>
-               <listitem><para>Disable caching. This means winbindd will
-               always have to wait for a response from the domain controller
+               <listitem><para>Disable some caching. This means winbindd will
+               often 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.
+               This does not disable the samlogon cache, which is required for
+               group membership tracking in trusted environments.
                </para></listitem>
                </varlistentry>