From 3a21103f61bf9b60256cc2d0da54b757b634319f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 24 Oct 2009 13:36:34 -0400 Subject: Move responsibility for entry expiration timeout The providers are now responsible for determining how long a cached entry is considered valid. The default is the same as before (600s) --- server/man/sssd.conf.5.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'server/man') diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml index ce220f04..42bda484 100644 --- a/server/man/sssd.conf.5.xml +++ b/server/man/sssd.conf.5.xml @@ -256,19 +256,6 @@ - - entry_cache_timeout (integer) - - - How long should nss_sss cache positive cache hits - (that is, queries for valid database entries) before - asking the backend again - - - Default: 600 - - - entry_cache_nowait_timeout (integer) @@ -398,6 +385,18 @@ + + entry_cache_timeout (integer) + + + How long should nss_sss consider entries valid + before asking the backend again + + + Default: 600 + + + cache_credentials (bool) -- cgit