From 6ff508c02836dc62c3a5218c498f24964aed4c7d Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 28 Oct 2009 09:29:54 -0400 Subject: Fix sssd.api.conf with correct entry_cache_timeout Changeset 3a21103f61bf9b60256cc2d0da54b757b634319f moved the wrong option to the domain list, and also didn't update the unit tests. --- server/config/SSSDConfigTest.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/config/SSSDConfigTest.py') diff --git a/server/config/SSSDConfigTest.py b/server/config/SSSDConfigTest.py index 2a00a99f2..0baa9122c 100644 --- a/server/config/SSSDConfigTest.py +++ b/server/config/SSSDConfigTest.py @@ -419,6 +419,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'cache_credentials', 'store_legacy_passwords', 'use_fully_qualified_names', + 'entry_cache_timeout', 'id_provider', 'auth_provider', 'access_provider', @@ -638,6 +639,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'cache_credentials', 'store_legacy_passwords', 'use_fully_qualified_names', + 'entry_cache_timeout', 'id_provider', 'auth_provider', 'access_provider', -- cgit