Thread: [ODBC] GSS from windows

[ODBC] GSS from windows

From
Matthew Shaer
Date:
Hi there,
I attempted to enable GSS to get authentication against my Linux server by selecting 'use gssapi for GSS request' in the DSN configuration dialog and then ran a query using the DSN. It gives an error - 'invalid connection option "gsslib"'. Looking into it a bit further it looks like Libpq is compiled without GSS. What would you suggest?
Thanks and regards
Matt

Re: [ODBC] GSS from windows

From
"Inoue, Hiroshi"
Date:
Hi,

On 2017/06/07 2:24, Matthew Shaer wrote:
> Hi there,
> I attempted to enable GSS to get authentication against my Linux
> server by selecting 'use gssapi for GSS request' in the
> DSN configuration dialog and then ran a query using the DSN. It gives
> an error - 'invalid connection option "gsslib"'. Looking into it a bit
> further it looks like Libpq is compiled without GSS.

Unfortunately libpq provided by EnterprizeDB does not support GSS.

> What would you suggest?
> Thanks and regards
> Matt