1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

doc: describe samlogon cache caveat for winbindd -n

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>
This commit is contained in:
David Disseldorp 2012-11-06 12:49:42 +01:00 committed by Andreas Schneider
parent 9195792a38
commit c70ffacf94

View 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>