When discussing the autofs feature on #sssd with tibbs, we found out that the timeout was not documented at all..
>From 0bf91346f100f25c906062e51ea6bd93b2fcefd7 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek <jhro...@redhat.com> Date: Fri, 10 Aug 2012 14:36:15 +0200 Subject: [PATCH] Document entry_cache_autofs_timeout
--- src/man/sssd.conf.5.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index b53d22718df040fa040d899f0a7ec1358900deed..bced7855d1a1a29111e75b56650e1ec4413413f7 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> -- 1.7.11.2
_______________________________________________ sssd-devel mailing list sssd-devel@lists.fedorahosted.org https://lists.fedorahosted.org/mailman/listinfo/sssd-devel