Changeset 3a21103f61bf9b60256cc2d0da54b757b634319f moved the wrong
option to the domain list, and also didn't update the unit tests.

-- 
Stephen Gallagher
RHCE 804006346421761

Looking to carve out IT costs?
www.redhat.com/carveoutcosts/
From a0e7b1f2ee4dbd3c5b12274ecf58511ee41ad298 Mon Sep 17 00:00:00 2001
From: Stephen Gallagher <sgall...@redhat.com>
Date: Wed, 28 Oct 2009 09:29:54 -0400
Subject: [PATCH] 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 ++
 server/config/etc/sssd.api.conf |    5 +++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/server/config/SSSDConfigTest.py b/server/config/SSSDConfigTest.py
index 2a00a99..0baa912 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',
diff --git a/server/config/etc/sssd.api.conf b/server/config/etc/sssd.api.conf
index 0450d98..0c41fa7 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
+
-- 
1.6.2.5

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to