diff options
author | David Disseldorp <ddiss@samba.org> | 2012-11-06 12:49:42 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-11-09 16:41:05 +0100 |
commit | c70ffacf9406aa0c5aa417046aaa8f9c319fc8c2 (patch) | |
tree | 3ad4d333032ccff555c6df7142521d22f9e6190c /docs-xml/manpages | |
parent | 9195792a38027eb30b6ac36a134d52be4db0087c (diff) | |
download | samba-c70ffacf9406aa0c5aa417046aaa8f9c319fc8c2.tar.gz samba-c70ffacf9406aa0c5aa417046aaa8f9c319fc8c2.tar.xz samba-c70ffacf9406aa0c5aa417046aaa8f9c319fc8c2.zip |
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>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/winbindd.8.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs-xml/manpages/winbindd.8.xml b/docs-xml/manpages/winbindd.8.xml index acde0222899..e2246204736 100644 --- a/docs-xml/manpages/winbindd.8.xml +++ b/docs-xml/manpages/winbindd.8.xml @@ -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> |