From 6b834b639965f00465df65e5177f9dd07553b10f Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 7 Feb 2000 16:25:53 +0000 Subject: [PATCH] * default.exp: Remove default_tgs_enctypes for now as it was causing tests to fail when the tgt is DES3. Need to investigate further. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12018 dc483132-0cff-0310-8789-dd5450dbe970 --- src/tests/dejagnu/config/ChangeLog | 6 ++++++ src/tests/dejagnu/config/default.exp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/tests/dejagnu/config/ChangeLog b/src/tests/dejagnu/config/ChangeLog index e50ac0d10..54d0e4b82 100644 --- a/src/tests/dejagnu/config/ChangeLog +++ b/src/tests/dejagnu/config/ChangeLog @@ -1,3 +1,9 @@ +2000-02-07 Tom Yu + + * default.exp: Remove default_tgs_enctypes for now as it was + causing tests to fail when the tgt is DES3. Need to investigate + further. + 2000-02-06 Tom Yu * default.exp: Use $KINIT -5 to deal with modified kinit diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp index 26c464f84..44ffab7a9 100644 --- a/src/tests/dejagnu/config/default.exp +++ b/src/tests/dejagnu/config/default.exp @@ -311,7 +311,7 @@ proc setup_kerberos_files { } { set conffile [open tmpdir/krb5.conf w] puts $conffile "\[libdefaults\]" puts $conffile " default_realm = $REALMNAME" - puts $conffile "default_tgs_enctypes = des-cbc-md5 des-cbc-crc" +# puts $conffile "default_tgs_enctypes = des-cbc-md5 des-cbc-crc" puts $conffile "" puts $conffile "\[realms\]" puts $conffile " $REALMNAME = \{" -- 2.26.2