From 3ac7c4fe618ede980a4df8d90341ef1fd0f1f62f Mon Sep 17 00:00:00 2001 From: William B Date: Mon, 21 Jul 2014 11:13:25 +0200 Subject: SSS_CACHE: Allow sss_cache tool to flush SSH hosts cache Resolves: https://fedorahosted.org/sssd/ticket/2358 Signed-off-by: Jan Cholasta Reviewed-by: Jan Cholasta Reviewed-by: Pavel Reichl --- src/config/SSSDConfigTest.py | 2 ++ src/config/etc/sssd.api.conf | 1 + 2 files changed, 3 insertions(+) (limited to 'src/config') diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py index 14500031b..2d12bc02a 100755 --- a/src/config/SSSDConfigTest.py +++ b/src/config/SSSDConfigTest.py @@ -505,6 +505,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'entry_cache_service_timeout', 'entry_cache_autofs_timeout', 'entry_cache_sudo_timeout', + 'entry_cache_ssh_host_timeout', 'refresh_expired_interval', 'lookup_family_order', 'account_cache_expiration', @@ -863,6 +864,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase): 'entry_cache_service_timeout', 'entry_cache_autofs_timeout', 'entry_cache_sudo_timeout', + 'entry_cache_ssh_host_timeout', 'refresh_expired_interval', 'account_cache_expiration', 'lookup_family_order', diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index a3398c8d5..52629ded4 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -134,6 +134,7 @@ entry_cache_netgroup_timeout = int, None, false entry_cache_service_timeout = int, None, false entry_cache_autofs_timeout = int, None, false entry_cache_sudo_timeout = int, None, false +entry_cache_ssh_host_timeout = int, None, false refresh_expired_interval = int, None, false # Dynamic DNS updates -- cgit