[28056] in CVS-changelog-for-Kerberos-V5
krb5 commit [krb5-1.12]: Remove dangling --with-kdc-kdb-update
daemon@ATHENA.MIT.EDU (Tom Yu)
Mon Nov 18 15:53:32 2013
Date: Mon, 18 Nov 2013 15:53:16 -0500
From: Tom Yu <tlyu@mit.edu>
Message-Id: <201311182053.rAIKrG3J006915@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu
https://github.com/krb5/krb5/commit/f1399a8f7551b7ad66ed71c79c9db9a79f30c77b
commit f1399a8f7551b7ad66ed71c79c9db9a79f30c77b
Author: Greg Hudson <ghudson@mit.edu>
Date: Sun Nov 17 12:37:09 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.
(cherry picked from commit 0b3225d63f50d4e6297be5d751cae1d3368fcdb1)
ticket: 7771 (new)
version_fixed: 1.12
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 7ad7ee1..04c1808 100644
--- a/doc/build/options2configure.rst
+++ b/doc/build/options2configure.rst
@@ -351,15 +351,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 a4bf31a..e8ae438 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]), ,
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5