diff options
| author | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-28 09:29:54 -0400 |
|---|---|---|
| committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-28 16:00:59 -0400 |
| commit | 6ff508c02836dc62c3a5218c498f24964aed4c7d (patch) | |
| tree | a745706d5479903b74fb31c1f0c847948a14083b /server/config/SSSDConfigTest.py | |
| parent | aa5a562635eba7fce18f52d177d002b85740cb00 (diff) | |
| download | sssd-6ff508c02836dc62c3a5218c498f24964aed4c7d.tar.gz sssd-6ff508c02836dc62c3a5218c498f24964aed4c7d.tar.xz sssd-6ff508c02836dc62c3a5218c498f24964aed4c7d.zip | |
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.
Diffstat (limited to 'server/config/SSSDConfigTest.py')
| -rw-r--r-- | server/config/SSSDConfigTest.py | 2 |
1 files changed, 2 insertions, 0 deletions
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', |
