add RCTMPDIR, KDCRCACHE
authorJohn Kohl <jtkohl@mit.edu>
Fri, 4 May 1990 15:50:01 +0000 (15:50 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 4 May 1990 15:50:01 +0000 (15:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@735 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/stock/osconf.h

index e63756961dce678c0e24862265146d383f0d45e3..d0ee793aa97ce6da1621940102da298a99587eef 100644 (file)
@@ -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