+2001-04-26 Tom Yu <tlyu@mit.edu>
+
+ * v4gssftp.exp: Allow for "no credentials cache found" error minor
+ code from GSSAPI.
+
2000-11-08 Tom Yu <tlyu@mit.edu>
* v4gssftp.exp: Fix to handle some cases of krb4 failure prior to
expect -re "Using authentication type GSSAPI; ADAT must follow"
expect "GSSAPI accepted as authentication type"
expect "GSSAPI error major: Miscellaneous failure"
- expect "GSSAPI error minor: Unsupported credentials cache format version number"
+ expect {
+ "GSSAPI error minor: Unsupported credentials cache format version number" {}
+ "GSSAPI error minor: No credentials cache file found" {}
+ }
expect "GSSAPI error: initializing context"
expect "GSSAPI authentication failed"
expect -re "Using authentication type KERBEROS_V4; ADAT must follow"