From 1becbb7bec29a3d418d8f19fc52433cf86bcf395 Mon Sep 17 00:00:00 2001 From: Michal Židek Date: Thu, 19 Oct 2017 16:46:43 +0200 Subject: MAN: Document memcache_timeout=0 meaning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Pavel Březina Reviewed-by: Fabiano Fidêncio Reviewed-by: Jakub Hrozek --- src/man/sssd.conf.5.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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,11 +974,18 @@ fallback_homedir = /home/%u 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. Default: 300 + + WARNING: Disabling the in-memory cache will + have significant negative impact on SSSD's + performance and should only be used for + testing. + NOTE: If the environment variable SSS_NSS_USE_MEMCACHE is set to "NO", client -- cgit