bugzilla-daemon at mindrot.org
2015-Apr-17 04:14 UTC
[Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
https://bugzilla.mindrot.org/show_bug.cgi?id=378
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |djm at mindrot.org,
| |dtucker at zip.com.au
Assignee|openssh-bugs at mindrot.org |djm at mindrot.org
Attachment #2590| |ok?(dtucker at zip.com.au)
Flags| |
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Created attachment 2590
--> https://bugzilla.mindrot.org/attachment.cgi?id=2590&action=edit
skip record_login in privsep when UseLogin is active
There is actually a bug here: if UseLogin is set, then we would
automatically call record_login() in the monitor. session.c would skip
do_login()->record_login() for the UseLogin case, but the monitor
doesn't.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
Apparently Analagous Threads
- [Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
- [Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
- [Bug 378] New: sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
- [Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
- [Bug 378] sshd does not update utmp/utmpx records correctly when "UseLogin" feature on
