[SSSD] [PATCH] Document entry_cache_autofs_timeout

Jakub Hrozek jhrozek at redhat.com
Fri Aug 10 12:39:34 UTC 2012


When discussing the autofs feature on #sssd with tibbs, we found out
that the timeout was not documented at all..
-------------- next part --------------
>From 0bf91346f100f25c906062e51ea6bd93b2fcefd7 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at 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



More information about the sssd-devel mailing list