summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Židek <mzidek@redhat.com>2017-10-19 16:46:43 +0200
committerJakub Hrozek <jhrozek@redhat.com>2017-10-24 15:13:33 +0200
commit1becbb7bec29a3d418d8f19fc52433cf86bcf395 (patch)
treefca1b9bcaf057016468cd2a9d1126f37e51dfeb1
parentffe29e570a9e885c2f0061c34bb6be2bbd6ab9e4 (diff)
downloadsssd-1becbb7bec29a3d418d8f19fc52433cf86bcf395.tar.gz
sssd-1becbb7bec29a3d418d8f19fc52433cf86bcf395.tar.xz
sssd-1becbb7bec29a3d418d8f19fc52433cf86bcf395.zip
MAN: Document memcache_timeout=0 meaning
Document that by setting memcache_timeout to 0 the in-memoory cache will be disabled. Related: https://pagure.io/SSSD/sssd/issue/3496 Reviewed-by: Sumit Bose <sbose@redhat.com> Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Fabiano Fidêncio <fidencio@redhat.com> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
-rw-r--r--src/man/sssd.conf.5.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 7752e4508..7443f7183 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -974,12 +974,19 @@ fallback_homedir = /home/%u
<listitem>
<para>
Specifies time in seconds for which records
- in the in-memory cache will be valid.
+ in the in-memory cache will be valid. Setting this
+ option to zero will disable the in-memory cache.
</para>
<para>
Default: 300
</para>
<para>
+ WARNING: Disabling the in-memory cache will
+ have significant negative impact on SSSD's
+ performance and should only be used for
+ testing.
+ </para>
+ <para>
NOTE: If the environment variable
SSS_NSS_USE_MEMCACHE is set to "NO", client
applications will not use the fast in-memory