Bug 1180520

Summary: [Doc Bug Fix] Configuration of EJB Client for Kerberos authentication with OracleJDK 1.6
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Ondrej Lukas <olukas>
Component: DocumentationAssignee: Zach Rhoads <zrhoads>
Status: CLOSED DEFERRED QA Contact: Ondrej Lukas <olukas>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: anrobert, dmichael, pyaduvan
Target Milestone: ---Keywords: Documentation, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-08 23:22:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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