summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-08-30 10:51:19 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-09-02 09:59:21 -0400
commit4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256 (patch)
treeeadd06382bc86d3f0f2ffa0b76590e2fe8d9efcb /src/confdb
parent1dd195b9a3df01a0ef51e9f963201f1f79d1f90b (diff)
downloadsssd_unused-4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256.tar.gz
sssd_unused-4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256.tar.xz
sssd_unused-4b6a0d0b3d42e5fdb457f47d9adfa5e66b160256.zip
Add option to specify the kerberos replay cache dir
Adds a configure option to set the distribution default as well as an sssd.conf option to override it. https://fedorahosted.org/sssd/ticket/980
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 5e50991f..4d615761 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -63,6 +63,7 @@
#define CONFDB_MONITOR_NAME_REGEX "re_expression"
#define CONFDB_MONITOR_FULL_NAME_FORMAT "full_name_format"
#define CONFDB_MONITOR_TRY_INOTIFY "try_inotify"
+#define CONFDB_MONITOR_KRB5_RCACHEDIR "krb5_rcache_dir"
/* NSS */
#define CONFDB_NSS_CONF_ENTRY "config/nss"