Connecting to postgresql using SSPI via JDBC

From: Idan Miller <idan(dot)miller(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Connecting to postgresql using SSPI via JDBC
Date: 2010-06-16 09:31:45
Message-ID: AANLkTim1j4UOFlaJHXIz-f65Y3s-juZLvU8FTVMMmOth@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Craig Wilson 2010-06-16 14:15:58 pljava and postgresql 8.4.4 compile errors
Previous Message Heikki Linnakangas 2010-06-09 08:56:03 Re: Postgres and XA support problem.