Bug 1257202

Summary: Oracle JDBC driver is not able to work with forwardable Kerberos ticket (TGT)
Product: [JBoss] JBoss Data Virtualization 6 Reporter: Juraj Duráni <jdurani>
Component: DocumentationAssignee: David Le Sage <dlesage>
Status: CLOSED ERRATA QA Contact: Juraj Duráni <jdurani>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: felias
Target Milestone: CR2Keywords: Documentation
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
The Oracle JDBC driver does not accept a forwardable Kerberos ticket (TGT). If you try to use a TGT, you will encounter an exception. To work around this issue, disable Kerberos (set "forwardable = false" in the krb5.conf/krb5.ini file on both Linux and Windows). Note that this will work only for static kerberos authentication. Teiid's pass-through authentication will fail as it depends on forwardable tickets.
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-29 23:41:18 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 Juraj Duráni 2015-08-26 13:19:16 UTC
Oracle JDBC driver does not accept forwardable TGT. It will throw an ClassCastException.
A workaround for this is to not use forwardable TGT (set "forwardable = false" in the krb5.conf/krb5.ini on Linux/Windows). However, this will work only for static kerberos authentication. Teiid's pass-through authentication will fail as it depends on forwardable tickets.

Comment 2 David Le Sage 2015-09-03 02:31:26 UTC
Release note created.