[teiid-issues] [JBoss JIRA] (TEIID-3164) Second connection to VDB through Kerberos authentication ends with exception

Ramesh Reddy (JIRA) issues at jboss.org
Thu Oct 16 16:46:35 EDT 2014


     [ https://issues.jboss.org/browse/TEIID-3164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramesh Reddy resolved TEIID-3164.
---------------------------------
    Resolution: Done


Ok, after some debugging I see that there is slight modification in the configuration needed. On the security-domain configuration remove the cache-type="default" setting

<security-domain name="host" -cache-type="default"->
<security-domain name="EXAMPLE.COM" -cache-type="default"->

Restart and issue queries. There seems to an error with {{JBossCachedAuthenticationManager}} class in terms default caching when the principle is null, I did not see same behavior with upstream community version.

> 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: Ramesh Reddy
>             Fix For: 8.7.1, 8.9
>
>         Attachments: krb.zip
>
>
> 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)



More information about the teiid-issues mailing list