[
https://issues.apache.org/jira/browse/CALCITE-2017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16213329#comment-16213329
]
ASF GitHub Bot commented on CALCITE-2017:
-----------------------------------------
GitHub user joshelser opened a pull request:
https://github.com/apache/calcite-avatica/pull/18
[CALCITE-2017] Support JAAS-based Kerberos login on IBM Java
There are numerous implementation differences between Oracle and IBM
Java which require special programming to work around.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joshelser/calcite-avatica 2017-ibm-krbs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/calcite-avatica/pull/18.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 #18
----
commit 88f9060d25c6856f36a6583a2afb874a9c5af4e4
Author: Josh Elser <[email protected]>
Date: 2017-10-19T15:53:24Z
[CALCITE-2017] Support JAAS-based Kerberos login on IBM Java
There are numerous implementation differences between Oracle and IBM
Java which require special programming to work around.
----
> Automatic Kerberos login fails on IBM Java
> ------------------------------------------
>
> Key: CALCITE-2017
> URL: https://issues.apache.org/jira/browse/CALCITE-2017
> Project: Calcite
> Issue Type: Bug
> Components: avatica
> Reporter: Josh Elser
> Assignee: Josh Elser
> Fix For: avatica-1.11.0
>
>
> Had a report come in from a user.
> Apparently when performing a JAAS login with Krb5LoginModule, Oracle Java
> uses the option {{isInitiator}} whereas IBM Java uses {{credType}}. This
> results is the automatic Kerberos login to fail on IBM Java.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)