Re: [HACKERS] User authentification failed

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Dmitry Samersoff <dms(at)dux(dot)ru>
Cc: pgsql-hackers(at)postgreSQL(dot)org, pgsql-interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] User authentification failed
Date: 1998-06-15 21:38:12
Message-ID: 35859444.948E37D2@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

The postodbc you mention is way out of date and is no longer being
supported.

Go to http://www.insightdist.com/psqlodbc for the latest (updated Jun
13th) odbc driver.
Available as self-extracting install (postdrv.exe) OR source code
(postsrc.zip).

Also, you should use the "interfaces" mailing list when it concerns the
odbc driver.

Byron

Dmitry Samersoff wrote:

> Dear All,
>
> When my Postgres 6.2.1 has upgraded to 6.3.2
> (hba enabled, pg_hba.conf contain to lines:
> local all trust
> host piter 195.242.10.174 255.255.255.255 trust
> )
>
> I have trouble to connect it by my MS Access through ODBC
> (postodbc package 0.31 from postodbc.magenet.com)
>
> Postgres report error "User authentification failed"
>
> It message is result missing result of
> old_be_recvauth in backend/libpq/auth.c
>
> To resolve problem immediatly, i just modyfy this function
> to return always true.
> IT IS TERRIBLE!
>
> Is there a normal way to correct this problem?
>
> Thank you !
>
> ---
> DM\S dms(at)dux(dot)ru
> http://www.piter-press.ru/webmaster

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dmitry Samersoff 1998-06-15 21:59:53 User authentification failed
Previous Message Tom Lane 1998-06-15 21:24:45 Re: [HACKERS] removal of braces

Browse pgsql-interfaces by date

  From Date Subject
Next Message Dmitry Samersoff 1998-06-15 21:59:53 User authentification failed
Previous Message David Hartwig 1998-06-15 19:49:23 Re: PostgreSQL/ODBC/WinNT