From: Tom Yu Date: Mon, 7 Feb 2000 16:25:53 +0000 (+0000) Subject: * default.exp: Remove default_tgs_enctypes for now as it was X-Git-Tag: krb5-1.2-beta1~102 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6b834b639965f00465df65e5177f9dd07553b10f;p=krb5.git * 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 --- 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 = \{"