From 12b86ef41bbd3ca7943013315de56b568a7875e4 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 20 Dec 2007 15:02:51 +0000 Subject: [PATCH] reword LDAP SASL --- WHATSNEW | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/WHATSNEW b/WHATSNEW index 2b2e57ff1..0b226d97d 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -34,5 +34,6 @@ What's new in Sudo 1.7? to be run via the shell. Previously, the argument was passed to the shell as a script to run. - * Improved LDAP support. The krb5_ccname parameter in ldap.conf - is now used for Kerberos SASL authentication if present. + * Improved LDAP support. SASL authentication may now be used in + conjunction when connecting to an LDAP server. The krb5_ccname + parameter in ldap.conf may be used to enable Kerberos.