-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
7
-
generic
-
generic
After a recent update 6932525 to KDC.java test, it cannot work with AS-REQ that only has one etype. The problem is at:
if (eTypes.length < 2) {
throw new KrbException(Krb5.KDC_ERR_ETYPE_NOSUPP);
}
if (eTypes.length < 2) {
throw new KrbException(Krb5.KDC_ERR_ETYPE_NOSUPP);
}