[sudo-commits] sudo changeset 9837:7e3d55983e71

Todd C. Miller Todd.Miller at courtesan.com
Thu Jan 29 14:08:48 MST 2015


changeset:	9837:7e3d55983e71 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/7e3d55983e71
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jan 29 14:08:30 2015 -0700

Log Message:
	Add support for querying netgroups directly via LDAP since there
	is no other way to look up all the netgroups for a user (unlike
	regular groups).  This introduces netgroup_base and netgroup_search_filter
	options to ldap.conf.  Based on a diff from Steven Soulen.

diffstat:

 NEWS                     |    6 +
 doc/sudoers.ldap.cat     |   54 ++++++++-
 doc/sudoers.ldap.man.in  |   98 +++++++++++++++-
 doc/sudoers.ldap.mdoc.in |   93 ++++++++++++++-
 plugins/sudoers/ldap.c   |  292 ++++++++++++++++++++++++++++++++++++++++++----
 5 files changed, 508 insertions(+), 35 deletions(-)


More information about the sudo-commits mailing list