-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P3
-
None
-
Affects Version/s: 7
-
Component/s: security-libs
-
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);
}