- (stevesk) [configure.ac] nicer message: --with-privsep-user=user
This commit is contained in:
parent
d81c02d653
commit
c81e12976e
|
@ -1,4 +1,5 @@
|
||||||
20020513
|
20020513
|
||||||
|
- (stevesk) [configure.ac] nicer message: --with-privsep-user=user
|
||||||
- (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
|
- (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
|
||||||
the superuser receives.
|
the superuser receives.
|
||||||
- (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
|
- (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
|
||||||
|
@ -575,4 +576,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2110 2002/05/13 03:26:57 djm Exp $
|
$Id: ChangeLog,v 1.2111 2002/05/13 03:51:40 stevesk Exp $
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: configure.ac,v 1.58 2002/05/13 03:15:43 djm Exp $
|
# $Id: configure.ac,v 1.59 2002/05/13 03:51:40 stevesk Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
@ -915,7 +915,7 @@ AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout)
|
||||||
|
|
||||||
ssh_privsep_user=sshd
|
ssh_privsep_user=sshd
|
||||||
AC_ARG_WITH(privsep-user,
|
AC_ARG_WITH(privsep-user,
|
||||||
[ --with-privsep-user Specify non-privileged user for privilege separation],
|
[ --with-privsep-user=user Specify non-privileged user for privilege separation],
|
||||||
[
|
[
|
||||||
if test -n "$withval"; then
|
if test -n "$withval"; then
|
||||||
ssh_privsep_user=$withval
|
ssh_privsep_user=$withval
|
||||||
|
|
Loading…
Reference in New Issue