bugzilla-daemon at mindrot.org
2003-Jan-07 12:43 UTC
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463 ------- Additional Comments From dtucker at zip.com.au 2003-01-07 23:43 ------- Generate the message earlier in the login process and store for display after session startup? Rather than another variable for this (eg aixloginmsg, maybe __pam_msg), what about using a single Buffer for storing all of the messages to be displayed after login? I've started doing something like this (see http://www.zip.com.au/~dtucker/openssh/openssh-passexpire9.patch) and a (as yet unpublished) update to this makes things neater (eg the patch removes 3 #ifdefs). ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Jan-27 09:27 UTC
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463 ------- Additional Comments From markus at openbsd.org 2003-01-27 20:27 ------- hm, yes, this would make sense. something like Buffer loginmsg; ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2003-Feb-01 09:21 UTC
[Bug 463] PrintLastLog doesn't work in privsep mode
http://bugzilla.mindrot.org/show_bug.cgi?id=463 ------- Additional Comments From dtucker at zip.com.au 2003-02-01 20:21 ------- AIX has a related problem with loginsuccess(), which generates the equivalent of the LastLogin message. At the moment it's only called for password authentication, so public-key logins don't get the messages or have the /etc/security/lastlog file updated. The patch I'm about to attach to bug #14 fixes this for AIX and PrintLastLog along with fixing #14, however if someone wants to merge this separately I'll split it. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.