From 27352d7e321ef9940f6a0c30e2fbb37e85567f22 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 20 Feb 1998 21:49:36 +0000 Subject: kdc_preauth.c (get_preauth_hint_list): Don't add the pseudo preauth type KRB5_PADATA_PW_SALT to the hint list of supported preauthentication systems, since it doesn't help to send it. (And it may screw up Cygnus KerbNet clients.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10466 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kdc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/kdc/ChangeLog') diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog index af6c433ae..eaab61b0e 100644 --- a/src/kdc/ChangeLog +++ b/src/kdc/ChangeLog @@ -1,3 +1,10 @@ +Fri Feb 20 15:58:21 1998 Theodore Y. Ts'o + + * kdc_preauth.c (get_preauth_hint_list): Don't add the pseudo + preauth type KRB5_PADATA_PW_SALT to the hint list of + supported preauthentication systems, since it doesn't help + to send it. (And it may screw up Cygnus KerbNet clients.) + Wed Feb 18 16:04:22 1998 Tom Yu * Makefile.in (thisconfigdir): Remove trailing slash. -- cgit