From 2aa125200689eeb80f04b496acc5933bb09bee75 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 18 Jun 2012 11:23:04 -0400 Subject: Make the client idle timeout configurable --- src/config/SSSDConfig.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/SSSDConfig.py') diff --git a/src/config/SSSDConfig.py b/src/config/SSSDConfig.py index 2ba9ea4e1..df22d16d0 100644 --- a/src/config/SSSDConfig.py +++ b/src/config/SSSDConfig.py @@ -42,6 +42,7 @@ option_strings = { 'timeout' : _('Ping timeout before restarting service'), 'command' : _('Command to start service'), 'reconnection_retries' : _('Number of times to attempt connection to Data Providers'), + 'client_idle_timeout' : _('Idle time before automatic disconnection of a client'), # [sssd] 'services' : _('SSSD Services to start'), -- cgit