diff options
-rw-r--r-- | src/man/sssd.conf.5.xml | 9 |
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 |