From d0d7de66c9494621c1bc12384e41e5e38a77fbeb Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 8 Feb 2016 15:01:19 +0100 Subject: PAC: only save PAC blob into the cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves https://fedorahosted.org/sssd/ticket/2158 Reviewed-by: Pavel Březina --- src/confdb/confdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/confdb') diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index e6789c866..c478ef097 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -147,6 +147,7 @@ /* PAC */ #define CONFDB_PAC_CONF_ENTRY "config/pac" +#define CONFDB_PAC_LIFETIME "pac_lifetime" /* InfoPipe */ #define CONFDB_IFP_CONF_ENTRY "config/ifp" -- cgit