summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2016-02-08 15:01:19 +0100
committerJakub Hrozek <jhrozek@redhat.com>2016-04-13 10:43:19 +0200
commitd0d7de66c9494621c1bc12384e41e5e38a77fbeb (patch)
treeb34fe827e9f6ec3bba217e4eaeb0ec6c4716b152 /src/confdb
parentc371993cce13edb9185a5f0db76fbee03f0edc04 (diff)
downloadsssd-d0d7de66c9494621c1bc12384e41e5e38a77fbeb.tar.gz
sssd-d0d7de66c9494621c1bc12384e41e5e38a77fbeb.tar.xz
sssd-d0d7de66c9494621c1bc12384e41e5e38a77fbeb.zip
PAC: only save PAC blob into the cache
Resolves https://fedorahosted.org/sssd/ticket/2158 Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h1
1 files changed, 1 insertions, 0 deletions
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"