From 21e9b2c71dfabd3e6b39f6e2911edbb28f3439d3 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 4 Sep 2013 17:25:15 +0200 Subject: MAN: Document that sss_cache should be run after changing the cache timeout --- src/man/sssd.conf.5.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index a15f7288..43c06955 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1023,6 +1023,19 @@ override_homedir = /home/%u How many seconds should nss_sss consider entries valid before asking the backend again + + The cache expiration timestamps are stored + as attributes of individual objects in the + cache. Therefore, changing the cache timeout only + has effect for newly added or expired entries. + You should run the + + sss_cache + 8 + + tool in order to force refresh of entries that + have already been cached. + Default: 5400 -- cgit