summaryrefslogtreecommitdiffstats
path: root/src/configure.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-10-23 11:20:50 -0400
committerGreg Hudson <ghudson@mit.edu>2013-10-25 11:36:12 -0400
commit89081ef62b0add869501f98ed3c49638b5327876 (patch)
treec2e4be4a12489e47a348f2e532dc1a5caab9bcce /src/configure.in
parent3c56f1f8584e4e170b3bc19f077d18c5c5acfd38 (diff)
downloadkrb5-89081ef62b0add869501f98ed3c49638b5327876.tar.gz
krb5-89081ef62b0add869501f98ed3c49638b5327876.tar.xz
krb5-89081ef62b0add869501f98ed3c49638b5327876.zip
Remove old master key tests
Remove tests/mkeystash_compat and tests/mk_migr. These are superseded by t_mkey.py, with two exceptions: tests/mk_migr included tests for password history across master key rollovers. Historical keys are encrypted in the kadmin/history key (which is accessed like any other key), so there isn't a specific need to test this unless we implement #1221. tests/mk_migr had provisions for testing master key rollover with the LDAP KDB module. All master key logic used in the LDAP KDB module is shared with the DB2 module in lib/kdb, so there is no specific need to test this combination.
Diffstat (limited to 'src/configure.in')
-rw-r--r--src/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure.in b/src/configure.in
index a4bf31aa8b..3c3968b4bb 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1418,7 +1418,7 @@ dnl ccapi ccapi/lib ccapi/lib/unix ccapi/server ccapi/server/unix ccapi/test
tests tests/resolve tests/asn.1 tests/create tests/hammer
tests/verify tests/gssapi tests/dejagnu tests/threads tests/shlib
- tests/gss-threads tests/misc tests/mkeystash_compat
+ tests/gss-threads tests/misc
util/gss-kernel-lib util/collected-client-lib
po
)