[sudo-commits] sudo changeset 14759:a443919be48c

Todd C. Miller Todd.Miller at sudo.ws
Wed Jun 7 10:13:24 MDT 2023


changeset:	14759:a443919be48c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a443919be48c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jun 06 19:55:06 2023 -0600

Log Message:
	sudo_ldap_check_non_unix_group: pass nss pointer to netgr_matches()
	This allows us to use the LDAP-specific version of innetgr() when
	possible.  Also enable "use_netgroups" by default even on systems
	without innetgr() since we can now query netgroups directly via
	LDAP.

diffstat:

 plugins/sudoers/defaults.c |   4 +---
 plugins/sudoers/ldap.c     |  10 ++++++----
 plugins/sudoers/match.c    |   2 +-
 plugins/sudoers/parse.h    |   2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)



More information about the sudo-commits mailing list