2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Credit Matthew Thomas for the sudoers_search_filter changes.

This commit is contained in:
Todd C. Miller 2011-03-18 13:05:47 -04:00
parent f7db83d9b5
commit b87bd95d5b

3
NEWS
View File

@ -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.