don't bother supporting KRB5_AUTHDATA_SIGNTICKET_OLD
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user