]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Remove dangling --with-kdc-kdb-update references
authorTom Yu <tlyu@mit.edu>
Fri, 17 Jan 2014 20:59:13 +0000 (15:59 -0500)
committerTom Yu <tlyu@mit.edu>
Fri, 17 Jan 2014 20:59:13 +0000 (15:59 -0500)
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.

(back ported from commit 0b3225d63f50d4e6297be5d751cae1d3368fcdb1)

ticket: 7837 (new)
version_fixed: 1.10.8
status: resolved

src/configure.in

index 81eca47937e1b50f2c573aeb4f35ad4d6f0f8da0..136f984a101228b5f6878e6339fd442411afae8a 100644 (file)
@@ -234,16 +234,6 @@ AC_SUBST(PKINIT_CRYPTO_IMPL)
 AC_SUBST(PKINIT_CRYPTO_IMPL_CFLAGS)
 AC_SUBST(PKINIT_CRYPTO_IMPL_LIBS)
 
-# --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_RESULT(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]), ,