summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-04-19 22:01:37 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-04-19 22:01:37 +1000
commit9929d1f6666f49ed3ea60769913e40b2bb6e3f1a (patch)
treed3ea32b54709691c6ee75e652343ba377dd7641d
parent17421e774a35ff97a95d7a1f502b8d3e41fb30c3 (diff)
- dtucker@cvs.openbsd.org 2004/02/29 22:04:45
[regress/login-timeout.sh] Use sudo when restarting daemon during test. ok markus@
-rw-r--r--ChangeLog8
-rw-r--r--regress/login-timeout.sh4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index fab3f923e..d830ea30b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120040419
2 - (dtucker) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2004/02/29 22:04:45
4 [regress/login-timeout.sh]
5 Use sudo when restarting daemon during test. ok markus@
6
120040418 720040418
2 - (dtucker) [auth-pam.c] Log username and source host for failed PAM 8 - (dtucker) [auth-pam.c] Log username and source host for failed PAM
3 authentication attempts. With & ok djm@ 9 authentication attempts. With & ok djm@
@@ -982,4 +988,4 @@
982 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 988 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
983 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 989 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
984 990
985$Id: ChangeLog,v 1.3316 2004/04/18 11:15:43 djm Exp $ 991$Id: ChangeLog,v 1.3317 2004/04/19 12:01:37 dtucker Exp $
diff --git a/regress/login-timeout.sh b/regress/login-timeout.sh
index dfc6e6b44..43cce7efe 100644
--- a/regress/login-timeout.sh
+++ b/regress/login-timeout.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: login-timeout.sh,v 1.1 2004/02/17 08:23:20 dtucker Exp $ 1# $OpenBSD: login-timeout.sh,v 1.2 2004/02/29 22:04:45 dtucker Exp $
2# Placed in the Public Domain. 2# Placed in the Public Domain.
3 3
4tid="connect after login grace timeout" 4tid="connect after login grace timeout"
@@ -15,7 +15,7 @@ if [ $? -ne 0 ]; then
15 fail "ssh connect after login grace timeout failed with privsep" 15 fail "ssh connect after login grace timeout failed with privsep"
16fi 16fi
17 17
18kill `cat $PIDFILE` 18$SUDO kill `cat $PIDFILE`
19 19
20trace "test login grace without privsep" 20trace "test login grace without privsep"
21echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config 21echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config