[SSSD] [PATCH] MAN: Fix a conversion of seconds to hours

Lukas Slebodnik lslebodn at redhat.com
Mon Sep 1 05:40:16 UTC 2014


ehlo.

simple patch is attached.

BTW: Do we want to document that this interval in ipa is 3x shorter?
We could also change default value in ipa provider.

sh$ git grep ldap_purge_cache_timeout -- src/providers/
src/providers/ad/ad_opts.h:    { "ldap_purge_cache_timeout", DP_OPT_NUMBER, { .number = 10800 }, NULL_NUMBER },
src/providers/ipa/ipa_opts.h:    { "ldap_purge_cache_timeout", DP_OPT_NUMBER, { .number = 3600 }, NULL_NUMBER },
src/providers/ldap/ldap_opts.h:    { "ldap_purge_cache_timeout", DP_OPT_NUMBER, { .number = 10800 }, NULL_NUMBER },

LS
-------------- next part --------------
>From 36ad15c4c31703b83fa60d4d783bfef63c874563 Mon Sep 17 00:00:00 2001
From: Lukas Slebodnik <lslebodn at redhat.com>
Date: Mon, 1 Sep 2014 07:34:33 +0200
Subject: [PATCH] MAN: Fix a conversion of seconds to hours

Resolves:
https://fedorahosted.org/sssd/ticket/2423
---
 src/man/sssd-ldap.5.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml
index eb3b8d23f0d26cb2cff447e805ed7cbb23f4e13d..a21b3ca47e8bdef964aba23d84b0b8c30399c3e6 100644
--- a/src/man/sssd-ldap.5.xml
+++ b/src/man/sssd-ldap.5.xml
@@ -705,7 +705,7 @@
                             cache cleanup operation.
                         </para>
                         <para>
-                            Default: 10800 (12 hours)
+                            Default: 10800 (3 hours)
                         </para>
                     </listitem>
                 </varlistentry>
-- 
2.1.0



More information about the sssd-devel mailing list