Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by krbdev.mit.edu (8.9.3) with ESMTP id VAA25582; Fri, 9 May 2003 21:06:51 -0400 (EDT) Received: from grand-central-station.mit.edu (GRAND-CENTRAL-STATION.MIT.EDU [18.7.21.82]) by pacific-carrier-annex.mit.edu (8.12.4/8.9.2) with ESMTP id h4A16pA6029333 for ; Fri, 9 May 2003 21:06:51 -0400 (EDT) Received: from manawatu-mail-centre.mit.edu (MANAWATU-MAIL-CENTRE.MIT.EDU [18.7.7.71]) by grand-central-station.mit.edu (8.12.4/8.9.2) with ESMTP id h4A15Twj003931; Fri, 9 May 2003 21:05:29 -0400 (EDT) Received: from all-in-one.mit.edu (ALL-IN-ONE.MIT.EDU [18.18.1.71]) ) by manawatu-mail-centre.mit.edu (8.12.4/8.12.4) with ESMTP id h4A15TFJ015464; Fri, 9 May 2003 21:05:29 -0400 (EDT) Received: (from raeburn@localhost) by all-in-one.mit.edu (8.9.3p2) id VAA13331; Fri, 9 May 2003 21:05:29 -0400 To: krb5-bugs@MIT.EDU Subject: test suite should try a little harder to get root shell From: Ken Raeburn Date: Fri, 09 May 2003 21:05:29 -0400 Message-Id: Lines: 5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-RT-Original-Encoding: us-ascii Content-Length: 307 Currently, for the dejagnu tests that require root access to run the servers, we try "rlogin myhost -l root", and give up if it fails. We should also try "rlogin myhost -l root -x", and maybe "slogin myhost -l root", if the basic rlogin gets connection-refused, as it probably will in most cases nowadays.