* default.exp: Use $KINIT -5 to deal with modified kinit
authorTom Yu <tlyu@mit.edu>
Sun, 6 Feb 2000 23:02:43 +0000 (23:02 +0000)
committerTom Yu <tlyu@mit.edu>
Sun, 6 Feb 2000 23:02:43 +0000 (23:02 +0000)
behavior.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12003 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index 4cecec79137f8d7e7250c4e98896685d3de00317..e50ac0d105df55fc3fb87f4e6a57328052f5daa2 100644 (file)
@@ -1,3 +1,8 @@
+2000-02-06  Tom Yu  <tlyu@mit.edu>
+
+       * default.exp: Use $KINIT -5 to deal with modified kinit
+       behavior.
+
 1999-08-31  Ken Raeburn  <raeburn@mit.edu>
 
        * default.exp (setup_kerberos_files): Set kdc_supported_enctypes
index 6b53e35225b85046859c751e007feec1344f761f..26c464f84d8dc11755e570a28f426dcd01516e4c 100644 (file)
@@ -1169,7 +1169,7 @@ proc kinit { name pass standalone } {
        # tests that distiguish between forwardable tickets and otherwise
        # we should but another option to this proc. --proven
        #
-    spawn $KINIT -f $name@$REALMNAME
+    spawn $KINIT -5 -f $name@$REALMNAME
     expect {
        "Password for $name@$REALMNAME:" {
            verbose "kinit started"