[
https://issues.apache.org/jira/browse/KAFKA-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15976496#comment-15976496
]
ASF GitHub Bot commented on KAFKA-3070:
---------------------------------------
GitHub user mimaison opened a pull request:
https://github.com/apache/kafka/pull/2878
KAFKA-3070: SASL unit tests dont work with IBM JDK
Use IBM Kerberos module for SASL tests if running on IBM JDK
Developed with @edoardocomar
Based on https://github.com/apache/kafka/pull/738 by @rajinisivaram
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mimaison/kafka KAFKA-3070
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/2878.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2878
----
commit d64b569cfc652f0e15450f47999c9c07e97f2ab7
Author: Mickael Maison <[email protected]>
Date: 2017-04-19T17:56:54Z
KAFKA-3070: SASL unit tests dont work with IBM JDK
Use IBM Kerberos module for SASL tests if running on IBM JDK
Developed with @edoardocomar
Based on https://github.com/apache/kafka/pull/738 by @rajinisivaram
----
> 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.15#6346)