summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-11-17 12:37:09 -0500
committerGreg Hudson <ghudson@mit.edu>2013-11-17 12:37:09 -0500
commit0b3225d63f50d4e6297be5d751cae1d3368fcdb1 (patch)
treefde740576daa46b5dd1378d7d1eb41d1306a6737 /src/configure.in
parente08db4b3097e31c9fd42e870b641ad97155cab39 (diff)
downloadkrb5-0b3225d63f50d4e6297be5d751cae1d3368fcdb1.tar.gz
krb5-0b3225d63f50d4e6297be5d751cae1d3368fcdb1.tar.xz
krb5-0b3225d63f50d4e6297be5d751cae1d3368fcdb1.zip
Remove dangling --with-kdc-kdb-update references
This configure option hasn't done anything since 1.8, so don't mention it in configure --help or the documentation. The disable_last_success and disable_lockout DB options are now used to turn it off.
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/configure.in b/src/configure.in
index 3c3968b4bb..0dbfbb4dfc 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -290,16 +290,6 @@ fi
AC_SUBST(AESNI_OBJ)
AC_SUBST(AESNI_FLAGS)
-# --with-kdc-kdb-update makes the KDC update the database with last request
-# information and failure information.
-
-AC_ARG_WITH([kdc-kdb-update],
-AC_HELP_STRING([--with-kdc-kdb-update],[Update the database @<:@don't update@:>@]), , withval=no)
-if test "$withval" = yes; then
- AC_MSG_NOTICE(Updating KDC database with each request)
- AC_DEFINE(KRBCONF_KDC_MODIFIES_KDB,1,[Define if KDC should update database with each request])
-fi
-
AC_ARG_ENABLE([kdc-lookaside-cache],
AC_HELP_STRING([--disable-kdc-lookaside-cache],
[Disable the cache which detects client retransmits]), ,