[sudo-commits] sudo changeset 9315:e6bd6c103390

Todd C. Miller Todd.Miller at courtesan.com
Fri Feb 7 15:03:25 MST 2014


changeset:	9315:e6bd6c103390 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e6bd6c103390
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Feb 07 14:58:48 2014 -0700

Log Message:
	Add use_netgroups sudoers option.  For LDAP-based sudoers, netgroup
	support requires an expensive substring match on the server.  If
	netgroups are not needed, this option can be disabled to reduce the
	load on the LDAP server.

diffstat:

 NEWS                        |   6 +++
 doc/sudoers.cat             |   9 +++++-
 doc/sudoers.man.in          |  17 +++++++++-
 doc/sudoers.mdoc.in         |  16 ++++++++-
 plugins/sudoers/def_data.c  |   4 ++
 plugins/sudoers/def_data.h  |   2 +
 plugins/sudoers/def_data.in |   3 +
 plugins/sudoers/defaults.c  |   3 +
 plugins/sudoers/ldap.c      |  70 +++++++++++++++++++++++++-------------------
 plugins/sudoers/match.c     |   5 +++
 10 files changed, 97 insertions(+), 38 deletions(-)


More information about the sudo-commits mailing list