svn rev #22435: trunk/src/tests/dejagnu/config/

tlyu@MIT.EDU tlyu at MIT.EDU
Fri Jul 10 15:46:21 EDT 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=22435
Commit By: tlyu
Log Message:
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   trunk/src/tests/dejagnu/config/default.exp
Modified: trunk/src/tests/dejagnu/config/default.exp
===================================================================
--- trunk/src/tests/dejagnu/config/default.exp	2009-07-10 19:20:26 UTC (rev 22434)
+++ trunk/src/tests/dejagnu/config/default.exp	2009-07-10 19:46:20 UTC (rev 22435)
@@ -2460,7 +2460,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