]
RH Bugzilla Integration updated TEIID-3375:
-------------------------------------------
Bugzilla References:
Support Kerberos handshake for mutual auth
------------------------------------------
Key: TEIID-3375
URL:
https://issues.jboss.org/browse/TEIID-3375
Project: Teiid
Issue Type: Feature Request
Components: Embedded, ODBC
Affects Versions: 8.9.1
Environment: Postgres JDBC 9.4-1201 client on Windows 7, Teiid server on either
Windows 7 or RHEL Linux 2.6 (behaved same on both platforms).
Reporter: Ben Kibler
Assignee: Ramesh Reddy
Fix For: 8.11
When using Teiid Embedded with Kerberos, the GSS handshake with the Postgres JDBC client
is failing while trying to establish mutual authentication.
The ODBCRemoteServerImpl.login() method should send both an AuthenticationGSSContinue and
AuthenticationOk message when the client is requesting mutual authentication.