- dtucker@cvs.openbsd.org 2004/02/29 22:04:45
[regress/login-timeout.sh] Use sudo when restarting daemon during test. ok markus@
This commit is contained in:
parent
17421e774a
commit
9929d1f666
|
@ -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
|
20040418
|
||||||
- (dtucker) [auth-pam.c] Log username and source host for failed PAM
|
- (dtucker) [auth-pam.c] Log username and source host for failed PAM
|
||||||
authentication attempts. With & ok djm@
|
authentication attempts. With & ok djm@
|
||||||
|
@ -982,4 +988,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (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 $
|
||||||
|
|
|
@ -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.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="connect after login grace timeout"
|
tid="connect after login grace timeout"
|
||||||
|
@ -15,7 +15,7 @@ if [ $? -ne 0 ]; then
|
||||||
fail "ssh connect after login grace timeout failed with privsep"
|
fail "ssh connect after login grace timeout failed with privsep"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
kill `cat $PIDFILE`
|
$SUDO kill `cat $PIDFILE`
|
||||||
|
|
||||||
trace "test login grace without privsep"
|
trace "test login grace without privsep"
|
||||||
echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config
|
echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config
|
||||||
|
|
Loading…
Reference in New Issue