2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

digests are supported in sudoers ldap too

This commit is contained in:
Todd C. Miller 2013-04-18 11:41:38 -04:00
parent fbcff81cdc
commit 0fe2c3eb99

7
NEWS
View File

@ -89,9 +89,10 @@ What's new in Sudo 1.8.7?
"(none)" for the NIS-style domain name instead of an empty string.
* New support for specifying a SHA-2 digest along with the command
in the sudoers file. Supported hash types are sha224, sha256,
sha384 and sha512. See the description of Digest_Spec in the
sudoers manual for details.
in sudoers. Supported hash types are sha224, sha256, sha384 and
sha512. See the description of Digest_Spec in the sudoers manual
or the description of sudoCommand in the sudoers.ldap manual for
details.
What's new in Sudo 1.8.6p8?