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/etc/sssd.api.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'server/config/etc/sssd.api.conf') diff --git a/server/config/etc/sssd.api.conf b/server/config/etc/sssd.api.conf index 0450d981f..0c41fa711 100644 --- a/server/config/etc/sssd.api.conf +++ b/server/config/etc/sssd.api.conf @@ -21,7 +21,7 @@ full_name_format = str, None [nss] # Name service -entry_cache_timeout = int, None +enum_cache_timeout = int, None entry_cache_no_wait_timeout = int, None entry_negative_timeout = int, None filter_users = list, str, root @@ -51,4 +51,5 @@ enumerate = bool, None, true cache_credentials = bool, None, false store_legacy_passwords = bool, None, false use_fully_qualified_names = bool, None, false -enum_cache_timeout = int, None +entry_cache_timeout = int, None + -- cgit