[
https://issues.apache.org/jira/browse/HADOOP-6603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840917#action_12840917
]
Owen O'Malley commented on HADOOP-6603:
---------------------------------------
Shouldn't this be looking for the default realm?
Something like:
{code}
Config.getInstance().getDefaultRealm()
{code}
That seems a lot more understandable than making sure the two components are
the same.
> Provide workaround for issue with Kerberos not resolving cross-realm principal
> ------------------------------------------------------------------------------
>
> Key: HADOOP-6603
> URL: https://issues.apache.org/jira/browse/HADOOP-6603
> Project: Hadoop Common
> Issue Type: Bug
> Components: security
> Reporter: Jakob Homan
> Attachments: HADOOP-6603-Y20S-2.patch, HADOOP-6603-Y20S-3.patch,
> HADOOP-6603-Y20S.patch
>
>
> Java's SSL-Kerberos implementation does not correctly obtain the principal
> for cross-realm principles when clients initiate connections to servers,
> resulting in the client being unable to authenticate the server. We need a
> work-around until this bug gets fixed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.