diff options
Diffstat (limited to 'server/man')
-rw-r--r-- | server/man/sssd.conf.5.xml | 25 |
1 files changed, 12 insertions, 13 deletions
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 @@ -257,19 +257,6 @@ </listitem> </varlistentry> <varlistentry> - <term>entry_cache_timeout (integer)</term> - <listitem> - <para> - How long should nss_sss cache positive cache hits - (that is, queries for valid database entries) before - asking the backend again - </para> - <para> - Default: 600 - </para> - </listitem> - </varlistentry> - <varlistentry> <term>entry_cache_nowait_timeout (integer)</term> <listitem> <para> @@ -399,6 +386,18 @@ </varlistentry> <varlistentry> + <term>entry_cache_timeout (integer)</term> + <listitem> + <para> + How long should nss_sss consider entries valid + before asking the backend again + </para> + <para> + Default: 600 + </para> + </listitem> + </varlistentry> + <varlistentry> <term>cache_credentials (bool)</term> <listitem> <para> |