When will you be adding ISC_REQ_MUTUAL_AUTH to the ODBC dwSSPIFlags variable?

From: dsteigne(at)redhat(dot)com
To: pgsql-odbc(at)postgresql(dot)org
Subject: When will you be adding ISC_REQ_MUTUAL_AUTH to the ODBC dwSSPIFlags variable?
Date: 2015-07-16 18:38:14
Message-ID: 55A7FA16.2040505@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

We need mutual authentication via ODBC, looking into the psqlODBC driver to find where the Kerberos connection was getting created. Here in sspisvcs.c the PerformKerberosEtcClientHandshake contains the set of SSPI flags being set on the request (held in the dwSSPIFlags variable).
This set is missing the flag required for mutual authentication (ISC_REQ_MUTUAL_AUTH). Can this be added to your ODBC driver?

--
Regards,
Debbie Steigner
Red Hat Global Support Services
Principal Technical Support Engineer

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Stefan Viljoen 2015-07-17 08:01:22 Postgres 9.4 + unixODBC on Centos 6.5 problem connecting localhost postgres instance with isql ODBC commandline client
Previous Message Michael Paquier 2015-07-15 14:52:33 Manifest creation for psqlodbc*.dll