diff options
-rw-r--r-- | src/man/sssd.conf.5.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index b53d22718..bced7855d 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -1027,6 +1027,20 @@ override_homedir = /home/%u </listitem> </varlistentry> + <varlistentry condition="with_autofs"> + <term>entry_cache_autofs_timeout (integer)</term> + <listitem> + <para> + How many seconds should the autofs service + consider automounter maps valid before asking + the backend again + </para> + <para> + Default: entry_cache_timeout + </para> + </listitem> + </varlistentry> + <varlistentry> <term>cache_credentials (bool)</term> <listitem> |