From: Todd C. Miller Date: Tue, 16 Sep 2014 19:38:38 +0000 (-0600) Subject: Make nsswitch.conf bug fix description more accurrate. It affects X-Git-Tag: SUDO_1_8_11^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=109b2116ccd3b361a099eaf5172a34aaa20370b5;p=sudo Make nsswitch.conf bug fix description more accurrate. It affects the "files" nsswitch source too. --- diff --git a/NEWS b/NEWS index 2a00f1b6a..0149a4456 100644 --- a/NEWS +++ b/NEWS @@ -74,8 +74,8 @@ What's new in Sudo 1.8.11 * Fixed a compilation error on systems that lack openpty(), _getpty() and grantpt(). Bug #660 - * Fixed a hang when "ldap" or "sss" are listed more than once in - the sudoers nsswitch.conf entry. + * Fixed a hang when a sudoers source is listed more than once in + a single sudoers nsswitch.conf entry. What's new in Sudo 1.8.10p3?