From 4f5824cf9b80dede79a6eddbcbb48f4ac75e5de4 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 2 Nov 2010 07:46:13 -0400 Subject: Properly document ldap_purge_cache_timeout Also allow it to be disabled entirely --- src/man/sssd-ldap.5.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/man') diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 2123ffd1..416cd778 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -457,6 +457,25 @@ + + ldap_purge_cache_timeout + + + Determine how often to check the cache for + inactive entries (such as groups with no + members and users who have never logged in) and + remove them to save space. + + + Setting this option to zero will disable the + cache cleanup operation. + + + Default: 10800 (12 hours) + + + + ldap_user_fullname (string) -- cgit