[sudo-commits] sudo changeset 10382:51e2a5ecacc6

Todd C. Miller Todd.Miller at courtesan.com
Tue Apr 19 10:08:55 MDT 2016


changeset:	10382:51e2a5ecacc6 in /media/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/51e2a5ecacc6
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Apr 19 10:08:51 2016 -0600

Log Message:
	When determining whether or not "sudo -l" or "sudo -b" should prompt
	for a password, take all sudoers sources into account.  In other
	words, if both file and ldap sudoers sources are in use, "sudo -v"
	will now require that all entries in both sources be have NOPASSWD
	(file) or !authenticate (ldap) in the entries.

diffstat:

 plugins/sudoers/ldap.c    |  27 +++++++++++----------------
 plugins/sudoers/parse.c   |   4 ++--
 plugins/sudoers/sssd.c    |  27 +++++++++++----------------
 plugins/sudoers/sudoers.c |  32 +++++++++++++++++++++++++++++++-
 plugins/sudoers/sudoers.h |   1 +
 5 files changed, 56 insertions(+), 35 deletions(-)


More information about the sudo-commits mailing list