From 6b0835cf8f826064e610fbb9e872615d353a6db7 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 4 May 1990 15:50:01 +0000 Subject: [PATCH] add RCTMPDIR, KDCRCACHE git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@735 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/osconf.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/include/krb5/stock/osconf.h b/src/include/krb5/stock/osconf.h index e63756961..d0ee793aa 100644 --- a/src/include/krb5/stock/osconf.h +++ b/src/include/krb5/stock/osconf.h @@ -36,6 +36,9 @@ #define SKDC_TIMEOUT_SHIFT 2 /* left shift of timeout for backoff */ #define SKDC_TIMEOUT_1 1 /* seconds for first timeout */ +#define RCTMPDIR "/usr/tmp" /* directory to store replay caches */ +#define KDCRCACHE "dfl:krb5kdc_rcache" + #ifdef POSIX_SIGTYPE #define sigtype void #else -- 2.26.2