[
https://issues.jboss.org/browse/TEIID-3164?page=com.atlassian.jira.plugin...
]
Juraj Duráni updated TEIID-3164:
--------------------------------
Steps to Reproduce:
1. Comfigure Kerberos authentication with Teiid over JDBC
(
https://developer.jboss.org/wiki/APracticalhow-toGuideToKerberosAuthentic...)
- do not set default Kerberos authentication for teiid-jdbc port:
<transport name="jdbc" socket-binding="teiid-jdbc"
protocol="teiid">
<authentication security-domain="teiid-security"/>
</transport>
2. Create dynamic VDB and add required properties to define Kerberos authentication
(
https://docs.jboss.org/author/display/teiid88final/Kerberos+support+throu...)
3. Connect to VDB and run any query (e.g. SELECT VDBName FROM SYS.Schemas)
4. First attempt should return correct result
5. Second ends with exception
was:
1. Comfigure Kerberos authentication with Teiid over JDBC
(
https://developer.jboss.org/wiki/APracticalhow-toGuideToKerberosAuthentic...)
- do not set default Kerberos authentication for teiid-jdbc port:
<transport name="jdbc" socket-binding="teiid-jdbc"
protocol="teiid">
<authentication security-domain="teiid-security"/>
</transport>
2. Create dynamic VDB and add required properties to define Kerberos authentication
(
https://docs.jboss.org/author/display/teiid88final/Kerberos+support+throu...)
3. Connect to VDB and run any query (e.g. SELECT VDBName FROM SYS.Schemas)
4. First attempt should return correct result
5. Second ends with exception
Second connection to VDB through Kerberos authentication ends with
exception
----------------------------------------------------------------------------
Key: TEIID-3164
URL:
https://issues.jboss.org/browse/TEIID-3164
Project: Teiid
Issue Type: Bug
Affects Versions: 8.7.1
Environment: OS: fedora20
arch: x86_64
java: sun 1.7
kdc: on localhost
Reporter: Juraj Duráni
Assignee: Steven Hawkins
Second (third,forth,...) conection to VDB through Kerberos ends with exception:
javax.security.auth.login.LoginException: TEIID50103 Wrong Response returned from
EXAMPLE.COM security domain; Expecting a Kerberoes response
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)