[regress/login-timeout.sh]
     Use sudo when restarting daemon during test.  ok markus@
This commit is contained in:
Darren Tucker 2004-04-19 22:01:37 +10:00
parent 17421e774a
commit 9929d1f666
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
20040419
- (dtucker) OpenBSD CVS Sync
- dtucker@cvs.openbsd.org 2004/02/29 22:04:45
[regress/login-timeout.sh]
Use sudo when restarting daemon during test. ok markus@
20040418
- (dtucker) [auth-pam.c] Log username and source host for failed PAM
authentication attempts. With & ok djm@
@ -982,4 +988,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.3316 2004/04/18 11:15:43 djm Exp $
$Id: ChangeLog,v 1.3317 2004/04/19 12:01:37 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $OpenBSD: login-timeout.sh,v 1.1 2004/02/17 08:23:20 dtucker Exp $
# $OpenBSD: login-timeout.sh,v 1.2 2004/02/29 22:04:45 dtucker Exp $
# Placed in the Public Domain.
tid="connect after login grace timeout"
@ -15,7 +15,7 @@ if [ $? -ne 0 ]; then
fail "ssh connect after login grace timeout failed with privsep"
fi
kill `cat $PIDFILE`
$SUDO kill `cat $PIDFILE`
trace "test login grace without privsep"
echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config