Rajini Sivaram created KAFKA-3070: ------------------------------------- Summary: SASL unit tests dont work with IBM JDK Key: KAFKA-3070 URL: https://issues.apache.org/jira/browse/KAFKA-3070 Project: Kafka Issue Type: Bug Components: security Affects Versions: 0.9.0.0 Reporter: Rajini Sivaram Assignee: Rajini Sivaram
jaas.conf used for SASL tests in core use the Kerberos module com.sun.security.auth.module.Krb5LoginModule and hence dont work with IBM JDK. The IBM JDK Kerberos module com.ibm.security.auth.module.Krb5LoginModule should be used along with properties corresponding to this module when tests are run with IBM JDK. -- This message was sent by Atlassian JIRA (v6.3.4#6332)