Connecting to postgresql using SSPI via JDBC - Mailing list pgsql-jdbc

From Idan Miller
Subject Connecting to postgresql using SSPI via JDBC
Date
Msg-id AANLkTim1j4UOFlaJHXIz-f65Y3s-juZLvU8FTVMMmOth@mail.gmail.com
Whole thread Raw
Responses Re: Connecting to postgresql using SSPI via JDBC  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Hi everyone,

I've got a postgresql configured with sspi authentication.
The authentication works usng psql, however, when attempting to connect via the jdbc driver I get this exception:

"org.postgresql.util.PSQLException: The authentication type 9 is not supported. Check that you have configured the pg_hba.conf file to include the client's IP address or subnet, and that it is using an authentication scheme supported by the driver."

Does the jdbc driver simply not support sspi?
Does it support ldap?

Thanks,
Idan

pgsql-jdbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Postgres and XA support problem.
Next
From: Kris Jurka
Date:
Subject: Re: Connecting to postgresql using SSPI via JDBC