mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-26 03:18:54 +02:00
- (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
non-interactive path. ok djm@
This commit is contained in:
parent
e828d0c75b
commit
1825f26d21
@ -1,3 +1,7 @@
|
|||||||
|
20040223
|
||||||
|
- (dtucker) [session.c] Bug #789: Only make setcred call for !privsep in the
|
||||||
|
non-interactive path. ok djm@
|
||||||
|
|
||||||
20040222
|
20040222
|
||||||
- (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry test
|
- (dtucker) [auth-shadow.c auth.c auth.h] Move shadow account expiry test
|
||||||
to auth-shadow.c, no functional change. ok djm@
|
to auth-shadow.c, no functional change. ok djm@
|
||||||
@ -1896,4 +1900,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3242 2004/02/22 00:55:07 dtucker Exp $
|
$Id: ChangeLog,v 1.3243 2004/02/23 13:01:27 dtucker Exp $
|
||||||
|
@ -398,7 +398,7 @@ do_exec_no_pty(Session *s, const char *command)
|
|||||||
session_proctitle(s);
|
session_proctitle(s);
|
||||||
|
|
||||||
#if defined(USE_PAM)
|
#if defined(USE_PAM)
|
||||||
if (options.use_pam)
|
if (options.use_pam && !use_privsep)
|
||||||
do_pam_setcred(1);
|
do_pam_setcred(1);
|
||||||
#endif /* USE_PAM */
|
#endif /* USE_PAM */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user