From 035271b72479845f9ef3d2ffe39656cd21926a32 Mon Sep 17 00:00:00 2001 From: Paweł Poławski Date: May 15 2020 08:41:57 +0000 Subject: MAN: refresh_expired_interval description updated In some situations background task triggered by setting refresh_expired_interval looks to be broken. MAN description for refresh_expired_interval has been updated to inform user about this scenario. Reviewed-by: Alexey Tikhonov --- diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index d5ec54e..7c552be 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -2312,6 +2312,19 @@ p11_uri = library-description=OpenSC%20smartcard%20framework;slot-id=2 3/4 * entry_cache_timeout. + Cache entry will be refreshed by background task + when 2/3 of cache timeout has already passed. + If there are existing cached entries, the background + task will refer to their original cache timeout + values instead of current configuration value. + This may lead to a situation in which background refresh + task appears to not be working. This is done + by design to improve offline mode operation and + reuse of existing valid cache entries. + To make this change instant the user may want to + manually invalidate existing cache. + + Default: 0 (disabled)