mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 01:49:11 +00:00
sync
This commit is contained in:
parent
37269d662a
commit
a371c50f0a
12
NEWS
12
NEWS
@ -28,6 +28,11 @@ What's new in Sudo 1.8.6?
|
||||
ldap.conf options. A new ldap.conf option, TLS_KEYPW can be
|
||||
used to specify a password to decrypt the key database.
|
||||
|
||||
* When constructing a time filter for use with LDAP sudoNotBefore
|
||||
and sudoNotAfter attributes, the current time now includes tenths
|
||||
of a second. This fixes a problem with timed entries on Active
|
||||
Directory.
|
||||
|
||||
* If a user fails to authenticate and the command would be rejected
|
||||
by sudoers, it is now logged with "command not allowed" instead
|
||||
of "N incorrect password attempts". Likewise, the "mail_no_perms"
|
||||
@ -56,6 +61,13 @@ What's new in Sudo 1.8.6?
|
||||
* Visudo will now warn about unknown Defaults entries that are
|
||||
per-host, per-user, per-runas or per-command.
|
||||
|
||||
* Fixed a race condition that could cause sudo to receive SIGTTOU
|
||||
(and stop) when resuming a shell that was run via sudo when I/O
|
||||
logging (and use_pty) is not enabled.
|
||||
|
||||
* Sending SIGTSTP directly to the sudo process will now suspend the
|
||||
running command when I/O logging (and use_pty) is not enabled.
|
||||
|
||||
What's new in Sudo 1.8.5p3?
|
||||
|
||||
* Fixed the loading of I/O plugins that conform to a plugin API
|
||||
|
Loading…
x
Reference in New Issue
Block a user