[
https://issues.apache.org/jira/browse/KAFKA-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15086252#comment-15086252
]
ASF GitHub Bot commented on KAFKA-3070:
---------------------------------------
GitHub user rajinisivaram opened a pull request:
https://github.com/apache/kafka/pull/738
KAFKA-3070: Use IBM Kerberos module for SASL tests if running on IBM JDK
Use IBM Kerberos module and properties for SASL tests if using IBM JRE
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajinisivaram/kafka KAFKA-3070
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/738.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 #738
----
commit f9fc14d09c1d5329773d6e4fe4800515a998a282
Author: Rajini Sivaram <[email protected]>
Date: 2016-01-06T20:43:43Z
KAFKA-3070: Use IBM Kerberos module for SASL tests if running on IBM JDK
----
> 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)