From b87bd95d5b6723184a66d8bcb7b6a9a0a3141852 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 18 Mar 2011 13:05:47 -0400 Subject: [PATCH] Credit Matthew Thomas for the sudoers_search_filter changes. --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index a41236523..d47352658 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,8 @@ What's new in Sudo 1.8.1? * 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. + 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.