svn rev #22805: branches/krb5-1-7/src/tests/dejagnu/config/

tlyu@MIT.EDU tlyu at MIT.EDU
Mon Sep 28 17:27:42 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22805
Commit By: tlyu
Log Message:
ticket: 6530
version_fixed: 1.7.1
status: resolved

pull up r22435 from trunk

 ------------------------------------------------------------------------
 r22435 | tlyu | 2009-07-10 15:46:20 -0400 (Fri, 10 Jul 2009) | 9 lines

 ticket: 6530
 target_version: 1.7.1
 tags: pullup
 subject: check for slogin failure in setup_root_shell

 Add a check for a slogin message that indicates an unknown public key
 fingerprint, as rlogin looks like it points to slogin by default on
 Debian Lenny.


Changed Files:
U   branches/krb5-1-7/src/tests/dejagnu/config/default.exp
Modified: branches/krb5-1-7/src/tests/dejagnu/config/default.exp
===================================================================
--- branches/krb5-1-7/src/tests/dejagnu/config/default.exp	2009-09-28 21:27:39 UTC (rev 22804)
+++ branches/krb5-1-7/src/tests/dejagnu/config/default.exp	2009-09-28 21:27:42 UTC (rev 22805)
@@ -2508,7 +2508,7 @@
 	    set got_refused 1
 	    exp_continue
 	}
-	-re "word:|erberos rlogin failed|ection refused|ection reset by peer|not authorized|Ticket expired" {
+	-re "word:|erberos rlogin failed|ection refused|ection reset by peer|not authorized|Ticket expired|authenticity of" {
 	    note "$testname test requires ability to rlogin as root"
 	    unsupported "$testname"
 	    set timeout $old_timeout




More information about the cvs-krb5 mailing list