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 10:01:41 -0400
commitd5bf68ce59aa18e74f2eaa62e25c17a5a2692092 (patch)
treef58f924a1eacf5cb73021b5b0e9d70b1c06c1ff4 /src/confdb
parent7dfaae7dcbb5af710321325cb2699359e77c369e (diff)
downloadsssd_unused-d5bf68ce59aa18e74f2eaa62e25c17a5a2692092.tar.gz
sssd_unused-d5bf68ce59aa18e74f2eaa62e25c17a5a2692092.tar.xz
sssd_unused-d5bf68ce59aa18e74f2eaa62e25c17a5a2692092.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"