diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-11-02 07:46:13 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-11-15 09:52:35 -0500 |
commit | 4f5824cf9b80dede79a6eddbcbb48f4ac75e5de4 (patch) | |
tree | fbd18ef888579936f37658f0ac21d21443fbea16 /src/man/sssd-ldap.5.xml | |
parent | 85e8cbdd79359ae1f330c8b84f7b58d4fc6fda6e (diff) | |
download | sssd-4f5824cf9b80dede79a6eddbcbb48f4ac75e5de4.tar.gz sssd-4f5824cf9b80dede79a6eddbcbb48f4ac75e5de4.tar.xz sssd-4f5824cf9b80dede79a6eddbcbb48f4ac75e5de4.zip |
Properly document ldap_purge_cache_timeout
Also allow it to be disabled entirely
Diffstat (limited to 'src/man/sssd-ldap.5.xml')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 2123ffd1c..416cd7788 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -458,6 +458,25 @@ </varlistentry> <varlistentry> + <term>ldap_purge_cache_timeout</term> + <listitem> + <para> + 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. + </para> + <para> + Setting this option to zero will disable the + cache cleanup operation. + </para> + <para> + Default: 10800 (12 hours) + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>ldap_user_fullname (string)</term> <listitem> <para> |