From d94c1a6b8badd8e4cf94815ad14ce6c0c715e9d3 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Sun, 19 Sep 2010 10:49:29 -0400 Subject: Store entry_cache_timeout in sss_domain_info object This is useful so that the NSS responder can identify an domain's entry timeout for expiring the memory cache for a lookup such as with netgroups. --- src/confdb/confdb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/confdb/confdb.h') diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index d553beb28..5726ad5dc 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -140,6 +140,8 @@ struct sss_domain_info { bool cache_credentials; bool legacy_passwords; + uint32_t entry_cache_timeout; + struct sss_domain_info *next; }; -- cgit