From: Todd C. Miller Date: Fri, 18 Mar 2011 17:06:14 +0000 (-0400) Subject: Credit Matthew Thomas for the sudoers_search_filter changes. X-Git-Tag: SUDO_1_7_6~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2635563c6238b5528835731c6d01027e7c19e8dd;p=sudo Credit Matthew Thomas for the sudoers_search_filter changes. --HG-- branch : 1.7 --- diff --git a/NEWS b/NEWS index 22b966e21..478970ce6 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,9 @@ What's new in Sudo 1.7.6? - * A new LDAP setting, sudoers_search_filter, has been added to - ldap.conf. This setting can be used to restrict the set of - returned by the LDAP query. + * A new LDAP setting, sudoers_search_filter, has been added to + ldap.conf. This setting can be used to restrict the set of + records returned by the LDAP query. Based on changes from Matthew + Thomas. * White space is now permitted within a User_List when used in conjunction with a per-user Defaults definition.