summaryrefslogtreecommitdiffstats
path: root/src/config/SSSDConfigTest.py
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2012-11-05 10:56:34 -0500
committerJakub Hrozek <jhrozek@redhat.com>2012-11-11 23:39:43 +0100
commit4d84e12f003f33fac68da4f1d77cea5d969677b2 (patch)
tree68fbd3b1332f0710afa3ff90664c8143e6d1acb0 /src/config/SSSDConfigTest.py
parent784d25fbf9bea4a988ce1db687c0eecf9cf6226b (diff)
downloadsssd-4d84e12f003f33fac68da4f1d77cea5d969677b2.tar.gz
sssd-4d84e12f003f33fac68da4f1d77cea5d969677b2.tar.xz
sssd-4d84e12f003f33fac68da4f1d77cea5d969677b2.zip
SSSDConfig: Locate the force_timeout option in the correct sections
Diffstat (limited to 'src/config/SSSDConfigTest.py')
-rwxr-xr-xsrc/config/SSSDConfigTest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index 4b26b7469..fdfd3a830 100755
--- a/src/config/SSSDConfigTest.py
+++ b/src/config/SSSDConfigTest.py
@@ -486,6 +486,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
'min_id',
'max_id',
'timeout',
+ 'force_timeout',
'try_inotify',
'command',
'enumerate',
@@ -824,6 +825,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
'min_id',
'max_id',
'timeout',
+ 'force_timeout',
'try_inotify',
'command',
'enumerate',