From 7c180646d3d5db9ee3570df53b60cc69a833ce79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 21 Sep 2006 07:44:32 +0000 Subject: [PATCH] disable ETypeList parsing usage for now, cfx seems broken and its not good to upgrade to a broken enctype. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18136 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/rd_req.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/krb5/rd_req.c b/lib/krb5/rd_req.c index bf5a7325d..3b579de39 100644 --- a/lib/krb5/rd_req.c +++ b/lib/krb5/rd_req.c @@ -460,6 +460,7 @@ krb5_verify_ap_req2(krb5_context context, ac->keytype = ETYPE_NULL; +#if 0 /* disabled because gssapi cfx seems broken */ if (etypes.val) { int i; @@ -470,6 +471,10 @@ krb5_verify_ap_req2(krb5_context context, } } } +#else + etypes.val = NULL; + etypes.len = 0; +#endif if (ap_req_options) { *ap_req_options = 0;