From edbafc21c4c59d960a48656736294b86f48b905c Mon Sep 17 00:00:00 2001 From: Pavel Březina Date: Mon, 13 May 2013 10:30:48 +0200 Subject: back end: add refresh expired records periodic task https://fedorahosted.org/sssd/ticket/1713 Add new option refresh_expired_interval. --- src/man/sssd.conf.5.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 718adeae1..2e0057bdd 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1103,6 +1103,24 @@ override_homedir = /home/%u + + refresh_expired_interval (integer) + + + Specifies how many seconds SSSD has to wait + before refreshing expired records. Currently + only refreshing expired netgroups is supported. + + + You can consider setting this value to + 3/4 * entry_cache_timeout. + + + Default: 0 (disabled) + + + + cache_credentials (bool) -- cgit