From bb79e7559dae451a14150377099e32d6b5159a6c 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/SSSDConfigTest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config/SSSDConfigTest.py') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 1e1fe98e6..ef696e98c 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -274,7 +274,8 @@ class SSSDConfigTestSSSDService(unittest.TestCase): 'debug_to_files', 'command', 'reconnection_retries', - 'fd_limit'] + 'fd_limit', + 'client_idle_timeout'] self.assertTrue(type(options) == dict, "Options should be a dictionary") -- cgit