krb5 commit [krb5-1.11]: Remove dangling --with-kdc-kdb-update references

Tom Yu tlyu at MIT.EDU
Tue Nov 26 18:27:42 EST 2013


https://github.com/krb5/krb5/commit/0ad1714aad23680bc1cc61d8bde85bafe0d4d219
commit 0ad1714aad23680bc1cc61d8bde85bafe0d4d219
Author: Tom Yu <tlyu at mit.edu>
Date:   Tue Nov 26 17:53:52 2013 -0500

    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.
    
    (back ported from commit 0b3225d63f50d4e6297be5d751cae1d3368fcdb1)
    
    ticket: 7778 (new)
    version_fixed: 1.11.5
    status: resolved

 doc/build/options2configure.rst |    9 ---------
 src/configure.in                |   10 ----------
 2 files changed, 0 insertions(+), 19 deletions(-)

diff --git a/doc/build/options2configure.rst b/doc/build/options2configure.rst
index a88f032..bcabde2 100644
--- a/doc/build/options2configure.rst
+++ b/doc/build/options2configure.rst
@@ -348,15 +348,6 @@ Optional packages
     Use the specified pkinit crypto implementation *IMPL*.
     Defaults to using OpenSSL.
 
-**-**\ **-with-kdc-kdb-update**
-    Update the KDC database with the information about
-
-    * the last successful authentication;
-    * the last failed authentication attempt;
-    * the number of the failed authentication attempts.
-
-    By default the kdb is not updated with this information.
-
 **-**\ **-without-libedit**
     Do not compile and link against libedit.  Some utilities will no
     longer offer command history or completion in interactive mode if
diff --git a/src/configure.in b/src/configure.in
index faf93a1..2770d70 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -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]), ,


More information about the cvs-krb5 mailing list