From: | "PIPER,JIM (A-SantaClara,ex1)" <jim_piper(at)agilent(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org, "'pgsql-odbc(at)postgresql(dot)org'" <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: MS Client ODBC question |
Date: | 2001-11-14 16:34:26 |
Message-ID: | BB6A62351684D411AA2100D0B7476D30A21EE5@axcs22.cos.agilent.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-odbc |
Ok thanks, when I changed the pg_hba.conf authentication field from 'crypt'
to 'password' I was able to connect from my Win 98 box using ODBC (tables
look good from Excel->data->import->query).
Are there any plans to to make the Postgres Win ODBC driver support
connections using authentication by crypt or Kerberos?
Regards,
Jim Piper
-----Original Message-----
From: Brent R. Matzelle [mailto:bmatzelle(at)yahoo(dot)com]
Sent: Friday, November 09, 2001 09:36
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] MS Client ODBC question
--- "PIPER,JIM (A-SantaClara,ex1)" <jim_piper(at)agilent(dot)com>
wrote:
>
> I have pgsql 6.5 installed on HPUX with an entry in the
> pg_hba.conf file
> that says:
>
> host all 0.0.0.0 0.0.0.0 crypt
>
> I am trying to connect to it from a Win 98 box that I have
> installed the
> psqlodbc_07_01_0008 ODBC driver on.
>
> I can't get it to connect. I get back errors from my client
> app that says
> something like:
>
> "Password crypt authentication not supported"
>
> Why is this? Is it because the psqlodbc driver does not know
> how to send
> crypted passwords to the pgsql server?
That is correct.
> Is there some other
> ODBC driver for
> Win 98 that does support crypt?
I doubt it.
> Will things work if I change
> my pg_hba.conf
> file authentication field to be 'passwd'? or 'trusted'?
trusted would allow you access.
Brent
__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Earl | 2001-11-14 17:01:38 | Re: transitioning from MS SQL Server to Postgres |
Previous Message | Luis Amigo | 2001-11-14 16:28:41 | hash-join |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2001-11-14 17:15:43 | Re: MS Client ODBC question |
Previous Message | Andy Hallam | 2001-11-14 09:24:39 | FW: [GENERAL] ODBC and Native error codes |