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
This commit is contained in:
Love Hörnquist Åstrand
2006-09-21 07:44:32 +00:00
parent 5fdf405d6e
commit 7c180646d3

View File

@@ -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;