don't bother supporting KRB5_AUTHDATA_SIGNTICKET_OLD

This commit is contained in:
Love Hornquist Astrand
2010-03-19 13:58:45 -07:00
parent 24e2001f51
commit d3efb7d043

View File

@@ -88,8 +88,7 @@ find_KRB5SignedPath(krb5_context context,
return KRB5KDC_ERR_PADATA_TYPE_NOSUPP;
}
if (child.val[0].ad_type != KRB5_AUTHDATA_SIGNTICKET &&
child.val[0].ad_type != KRB5_AUTHDATA_SIGNTICKET_OLD) {
if (child.val[0].ad_type != KRB5_AUTHDATA_SIGNTICKET) {
free_AuthorizationData(&child);
return KRB5KDC_ERR_PADATA_TYPE_NOSUPP;
}