This commit is contained in:
Todd C. Miller
2013-07-11 16:31:36 -04:00
parent 4d6cb6efff
commit a72d04c393

4
NEWS
View File

@@ -37,8 +37,8 @@ What's new in Sudo 1.8.7?
determined. Legal values are "static" (use the kernel groups determined. Legal values are "static" (use the kernel groups
list), "dynamic" (perform a group database query) and "adaptive" list), "dynamic" (perform a group database query) and "adaptive"
(only perform a group database query if the kernel list is full). (only perform a group database query if the kernel list is full).
The "max_groups" specifies the maximum number of groups a user may The "max_groups" setting specifies the maximum number of groups
belong to when performing a group database query. a user may belong to when performing a group database query.
* The sudo.conf file now supports line continuation by using a * The sudo.conf file now supports line continuation by using a
backslash as the last character on the line. backslash as the last character on the line.