using its fully qualified domain name as its local hostname. We now
check to make sure that FTP banner contains $localhostname, plus
optional characters (which can be the domainname depending on the
system.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7824
dc483132-0cff-0310-8789-
dd5450dbe970
+Wed Apr 17 17:53:51 1996 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * gssftp.exp: Fix the expect string so that it doesn't assume that
+ the client is using its fully qualified domain name as its
+ local hostname. We now check to make sure that FTP banner
+ contains $localhostname, plus optional characters (which
+ can be the domainname depending on the system.)
+
Mon Apr 8 14:13:06 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* rcp.exp: Invoke kshd with -L for every environment variable we
set testname "ftp connection"
expect "Connected to $hostname"
- expect -re "$hostname FTP server .Version \[0-9.\]*. ready."
+ expect -re "$localhostname.*FTP server .Version \[0-9.\]*. ready."
expect -re "Using authentication type GSSAPI; ADAT must follow"
expect "GSSAPI accepted as authentication type"
expect "GSSAPI authentication succeeded"