Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-3164

Second connection to VDB through Kerberos authentication ends with exception

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.7.1, 8.9
    • 8.7.1
    • None
    • None
    • OS: fedora20
      arch: x86_64
      java: sun 1.7
      kdc: on localhost

    • Hide

      1. Comfigure Kerberos authentication with Teiid over JDBC (https://developer.jboss.org/wiki/APracticalhow-toGuideToKerberosAuthenticationWithTeiidOverJDBC)

      • 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+through+GSSAPI)
      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

      Show
      1. Comfigure Kerberos authentication with Teiid over JDBC ( https://developer.jboss.org/wiki/APracticalhow-toGuideToKerberosAuthenticationWithTeiidOverJDBC ) 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+through+GSSAPI ) 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 (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

              rhn-engineering-rareddy Ramesh Reddy
              jdurani Juraj Duráni (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: