summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2000-02-28 22:10:17 +0000
committerKen Raeburn <raeburn@mit.edu>2000-02-28 22:10:17 +0000
commit8f8c45e408e3c6935ec805ecd5433361cd397ca4 (patch)
tree250a198b903168ba4535bb27b024dd361ee59074 /src/configure.in
parentecef26eb7635d529456f4b3e347c3c5b59d1cc70 (diff)
downloadkrb5-8f8c45e408e3c6935ec805ecd5433361cd397ca4.tar.gz
krb5-8f8c45e408e3c6935ec805ecd5433361cd397ca4.tar.xz
krb5-8f8c45e408e3c6935ec805ecd5433361cd397ca4.zip
new --enable/--disable-kdc-replay-cache configure hooks
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12090 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index 26f8f3909..3200c32a4 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -15,6 +15,12 @@ AC_MSG_RESULT($krb5_cv_prog_gcc)
dnl
dnl The following lines are so that configure --help gives some global
dnl configuration options.
+dnl
+AC_ARG_ENABLE([kdc-replay-cache],
+[ --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])dnl
KRB5_LIB_AUX
AC_KRB5_TCL
AC_ARG_ENABLE([athena],