diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-18 11:23:04 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-18 14:37:59 -0400 |
commit | bb79e7559dae451a14150377099e32d6b5159a6c (patch) | |
tree | 0410bbb6f6c50e1388c8a6e18e3812b36086d4e2 /src/config/SSSDConfig | |
parent | dd94e9c9c586fb2c2a0e7175251c08c2762598b0 (diff) | |
download | sssd-bb79e7559dae451a14150377099e32d6b5159a6c.tar.gz sssd-bb79e7559dae451a14150377099e32d6b5159a6c.tar.xz sssd-bb79e7559dae451a14150377099e32d6b5159a6c.zip |
Make the client idle timeout configurable
Diffstat (limited to 'src/config/SSSDConfig')
-rw-r--r-- | src/config/SSSDConfig/__init__.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in index d7895b49a..b90f505d1 100644 --- a/src/config/SSSDConfig/__init__.py.in +++ b/src/config/SSSDConfig/__init__.py.in @@ -45,6 +45,7 @@ option_strings = { 'command' : _('Command to start service'), 'reconnection_retries' : _('Number of times to attempt connection to Data Providers'), 'fd_limit' : _('The number of file descriptors that may be opened by this responder'), + 'client_idle_timeout' : _('Idle time before automatic disconnection of a client'), # [sssd] 'services' : _('SSSD Services to start'), |