projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
830e658
)
add RCTMPDIR, KDCRCACHE
author
John Kohl
<jtkohl@mit.edu>
Fri, 4 May 1990 15:50:01 +0000
(15:50 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/include/krb5/stock/osconf.h
b/src/include/krb5/stock/osconf.h
index e63756961dce678c0e24862265146d383f0d45e3..d0ee793aa97ce6da1621940102da298a99587eef 100644
(file)
--- 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