2000-03-01 Tom Yu <tlyu@mit.edu>
+ * configure.in: Fix --enable-kdc-replay-cache to actually default
+ to "yes".
+
* kdc_preauth.c (verify_sam_response): Declare and set rc_lifetime
for real.
[ --enable-kdc-replay-cache check for replayed/retransmitted KDC requests
(recommended for replay attack detection
when hardware preauthentication is in use)
- --disable-kdc-replay-cache omit replay detection],
-enableval=yes)dnl
+ --disable-kdc-replay-cache omit replay detection], , enableval=yes)dnl
if test "$enableval" = yes ; then
AC_DEFINE(USE_RCACHE)
else