| From: | eric(at)gateway(dot)ctlno(dot)com |
|---|---|
| To: | pgsql-general(at)postgreSQL(dot)org |
| Subject: | Authentication problem |
| Date: | 1998-06-12 17:48:49 |
| Message-ID: | Pine.LNX.3.96.980612124335.5121B-100000@gateway.ctlno.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
I am writing a program to interface with the pgsql backend in c on a
linux box.
When I try to connect, it gives me the following error message:
Failed to authenticate client as Postgres user 'root' using <unknown
authentication type>:be_recvauth: unrecognized message type: 65536
I think maybe I should use the fe_setauthsvc function to change the
authentication type, but the manual doesn't help on that function.
User 'root' is a valid user for the database, and i've also tried other
valid users to connect, with the same error message.
Your help is greatly appreciated.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Mount | 1998-06-12 17:49:04 | Re: [GENERAL] Question about jdbc |
| Previous Message | Natali Kolker | 1998-06-12 16:52:25 | Question about jdbc |