Can't create DSN using SSPI authentication WinXP to WinXP

I have PostgreSQL 8.3.1 w32 running on Windows XP sp2 server.
I want to authenticate using sspi for my Windows XP clients (domained) but =
while creating a DSN, I get an "authentication method 9 not supported" erro=
r message. However, connecting with the pgAdmin III works fine.
Here is a screenshot of the error message on the client while trying to cre=
ate a DSN:
http://pages.suddenlink.net/lt1/scnshot.jpg
The error message dialog box pops up after clicking the Test button.

If I change the entry in the pg_hba.conf file to from "sspi" to "trust", I =
can create the DSN with no problem. But, using trust for multiple users is =
not secure enough. I am using the latest psqlODBC verson (8.03.01.00).

I am not a programmer so I need to know if there is an easy fix for this.
Can anyone help me?

Roger






--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Roger Quincy [ Di, 25 März 2008 15:03 ] [ ID #1930505 ]

Re: Can't create DSN using SSPI authentication WinXP to WinXP

Roger Quincy wrote:
> I have PostgreSQL 8.3.1 w32 running on Windows XP sp2 server.
> I want to authenticate using sspi for my Windows XP clients (domained) but while creating a DSN, I get an "authentication method 9 not supported" error message. However, connecting with the pgAdmin III works fine.
> Here is a screenshot of the error message on the client while trying to create a DSN:
> http://pages.suddenlink.net/lt1/scnshot.jpg
> The error message dialog box pops up after clicking the Test button.
>
> If I change the entry in the pg_hba.conf file to from "sspi" to "trust", I can create the DSN with no problem. But, using trust for multiple users is not secure enough. I am using the latest psqlODBC verson (8.03.01.00).
>
> I am not a programmer so I need to know if there is an easy fix for this.
> Can anyone help me?

Could you try to select the *allow* SSL Mode ?

regards,
Hiroshi Inoue


--
Sent via pgsql-odbc mailing list (pgsql-odbc [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-odbc
Hiroshi Inoue [ Mo, 31 März 2008 05:36 ] [ ID #1931534 ]
Datenbanken » gmane.comp.db.postgresql.odbc » Can't create DSN using SSPI authentication WinXP to WinXP

Vorheriges Thema: Default schema in DSN
Nächstes Thema: Access issue again