User authentification failed

From: Dmitry Samersoff <dms(at)dux(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: User authentification failed
Date: 1998-06-15 21:59:53
Message-ID: 041.980616@dux.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Gould 1998-06-15 22:27:26 Re: [HACKERS] S_LOCK reduced contention
Previous Message Byron Nikolaidis 1998-06-15 21:38:12 Re: [HACKERS] User authentification failed

Browse pgsql-interfaces by date

  From Date Subject
Next Message Byron Nikolaidis 1998-06-15 22:24:42 NEW ODBC DRIVER v.0246
Previous Message Byron Nikolaidis 1998-06-15 21:38:12 Re: [HACKERS] User authentification failed