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

Mention LDAP changes.

This commit is contained in:
Todd C. Miller 2014-02-06 16:00:47 -07:00
parent f7a419b5f9
commit 4727c52e1e

6
NEWS
View File

@ -14,6 +14,7 @@ What's new in Sudo 1.8.10?
stamps use a monotonic timer where available and are once again
located in a directory under /var/run. The lecture status is
now stored separately from the time stamps in a different directory.
Bug #616
* sudo's -K option will now remove all of the user's time stamps,
not just the time stamp for the current terminal. The -k option
@ -23,6 +24,11 @@ What's new in Sudo 1.8.10?
a password, it was not possible to suspend it at the password
prompt. This now works properly.
* LDAP-based sudoers now uses a default search filter of
(objectClass=sudoRole) for more efficient queries. The netgroup
query has been modified to avoid falling below the minimum length
for OpenLDAP substring indices.
What's new in Sudo 1.8.9p5?
* Fixed a compilation error on AIX when LDAP support is enabled.