* v4gssftp.exp: Allow for "decrypt integrity check failed" error
authorEzra Peisach <epeisach@mit.edu>
Wed, 6 Jun 2001 18:41:24 +0000 (18:41 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 6 Jun 2001 18:41:24 +0000 (18:41 +0000)
minor code from GSSAPI as well.

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

src/tests/dejagnu/krb-standalone/ChangeLog
src/tests/dejagnu/krb-standalone/v4gssftp.exp

index ea428c3b4878fba44d8930dd4903ad42d63e1c20..8021b4e9e8669f7f67b7bcbf8a23819cb04fe304 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-06  Ezra Peisach  <epeisach@mit.edu>
+
+       * v4gssftp.exp: Allow for "decrypt integrity check failed" error
+       minor code from GSSAPI as well.
+
 2001-04-26  Tom Yu  <tlyu@mit.edu>
 
        * v4gssftp.exp: Allow for "no credentials cache found" error minor
index e77de780bb280a1378c8c5b08e89f7c10b6a5f70..6c62f7c65719c0829906956633a4cee6e030ac40 100644 (file)
@@ -188,6 +188,7 @@ proc v4ftp_test { } {
     expect {
        "GSSAPI error minor: Unsupported credentials cache format version number" {}
        "GSSAPI error minor: No credentials cache file found" {}
+       "GSSAPI error minor: Decrypt integrity check failed" {}
     }
     expect "GSSAPI error: initializing context"
     expect "GSSAPI authentication failed"