Bug 1180520 - [Doc Bug Fix] Configuration of EJB Client for Kerberos authentication with OracleJDK 1.6
Summary: [Doc Bug Fix] Configuration of EJB Client for Kerberos authentication with Or...
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: ---
Assignee: Zach Rhoads
QA Contact: Ondrej Lukas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-09 10:50 UTC by Ondrej Lukas
Modified: 2015-10-08 23:22 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-10-08 23:22:11 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1140458 0 unspecified CLOSED [Doc Feature] Document the use of Kerberos authentication for remoting (EJBs and EJB clients) 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 1179710 0 unspecified CLOSED Kerberos authentication for EJB Client does not work with OracleJDK 1.6 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker EAP6-174 0 Major Closed Kerberos based authentication for Remoting 2015-10-08 23:20:18 UTC

Internal Links: 1140458 1179710

Description Ondrej Lukas 2015-01-09 10:50:48 UTC
Documentation of Kerberos authentication for EJB Client (BZ#1140458) must contain a note that correct working of Kerberos authentication for EJB Client with OracleJDK 1.6 is possible only if users provide minimal JAAS config and reference it via java.security.auth.login.config property.

Content of minimal JAAS config file can be following:

com.sun.security.jgss.initiate {
  com.sun.security.auth.module.Krb5LoginModule required useTicketCache=true doNotPrompt=true;
};

Original issue was reported in BZ#1179710.

Comment 1 JBoss JIRA Server 2015-04-28 15:05:39 UTC
John Doyle <jdoyle> updated the status of jira EAP6-174 to Closed


Note You need to log in before you can comment on or make changes to this bug.