From 3b08761cc8cd65c69afd50a4942bb51167bb40f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 1 May 2003 14:31:40 +0000 Subject: [PATCH] fix text about gssapi compat git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12187 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 39b37518c..394a4a71f 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,14 @@ Changes in release 0.6 +* The DES3 GSS-API mechanism has been changed to inter-operate with + other GSSAPI implementations. See man page for gssapi(3) how to turn + on compatibility, this will be default in next major release. + * More complete GSS-API support * Better AFS support: kdc (524) supports 2b; 524 in kdc and AFS support in applications no longer requires Kerberos 4 libs -* The DES3 GSS-API mechanism has been changed to inter-operate with - other GSSAPI implementations, this however break backward - compatibility with earlier Heimdal releases (see man page GSS-API - how to turn on backward compatibility) - * Kerberos 4 support in kdc defaults to turned off (includes ka and 524) * other bug fixes