[sudo-commits] sudo changeset 11691:5bbb02c69b46

Todd C. Miller Todd.Miller at sudo.ws
Sun Apr 28 16:56:10 MDT 2019


changeset:	11691:5bbb02c69b46 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5bbb02c69b46
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Apr 28 07:26:45 2019 -0600

Log Message:
	Filter out last login messages on HP-UX unless running a shell.
	HP-UX in trusted mode will display last login messages as part of
	the PAM account management module by libpam_comsec.  There is no
	way to suppress these messages from the PAM configuration in trusted
	mode so we need to filter them in the conversation function.  In
	regular mode, similar (but different) messages may be produced by
	libpam_hpsec.

diffstat:

 plugins/sudoers/auth/pam.c |  113 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 111 insertions(+), 2 deletions(-)


More information about the sudo-commits mailing list