From 4fcc27c0474b1879119cb04de4ed209711df231e Mon Sep 17 00:00:00 2001 From: Michal Zidek Date: Fri, 25 Oct 2013 17:30:40 +0200 Subject: confdb: Make offline timeout configurable Added and documented option offline_timeout. Resolves: https://fedorahosted.org/sssd/ticket/1718 --- src/man/sssd.conf.5.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index 43c06955d..8166f3027 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -378,6 +378,21 @@ + + offline_timeout (integer) + + + If SSSD is in offline mode, and last attempt to go + online was less than number of seconds specified + in this option ago, new requests for data will not + result in attempt to go online. + + + Default: 60 + + + + -- cgit