]> granicus.if.org Git - sudo/commitdiff
Make nsswitch.conf bug fix description more accurrate. It affects
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 16 Sep 2014 19:38:38 +0000 (13:38 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 16 Sep 2014 19:38:38 +0000 (13:38 -0600)
the "files" nsswitch source too.

NEWS

diff --git a/NEWS b/NEWS
index 2a00f1b6a077e6d634cc2e5893932984a0ff47f2..0149a4456dda21efecab4e58179fefa7c34cfe34 100644 (file)
--- 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?