diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/krb5/stock/osconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
