[sudo-commits] sudo changeset 8907:b6022e26135a

Todd C. Miller Todd.Miller at courtesan.com
Thu Jul 11 15:57:50 MDT 2013


changeset:	8907:b6022e26135a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/b6022e26135a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jul 11 17:50:03 2013 -0400

Log Message:
	Go back to ignoring the return value of pam_setcred() since with
	stacked PAM auth modules a failure from one module may override
	PAM_SUCCESS from another.  If the first module in the stack fails,
	the others may be run (and succeed) but an error will be returned.
	This can cause a spurious warning on systems with non-local users
	(e.g. pam_ldap or pam_sss) where pam_unix is consulted first.

diffstat:

 plugins/sudoers/auth/pam.c |  54 ++++++++++++++++++---------------------------
 1 files changed, 22 insertions(+), 32 deletions(-)


More information about the sudo-commits mailing list