Postgres 8.3.3, GSSAPI, and Windows XP - Mailing list pgsql-admin

From Peter Koczan
Subject Postgres 8.3.3, GSSAPI, and Windows XP
Date
Msg-id 4544e0330809101549k2ad82bd1td15a67838d37200@mail.gmail.com
Whole thread Raw
Responses Re: Postgres 8.3.3, GSSAPI, and Windows XP  (Stephen Frost <sfrost@snowman.net>)
List pgsql-admin
Hello,

I'm trying to offer a Windows XP client for Postgres 8.3.3 to my
users. I have it built and installed and everything is working except
for GSSAPI. I'm getting the following error:

C:\temp>S:\postgresql-8.3.3\bin\psql -h mitchell -p 5432 postgres
psql: SSPI continuation error: No credentials are available in the
security package
 (8009030e)

But authenticating against a server using krb5 authentication works
perfectly fine.
C:\temp>S:\postgresql-8.3.3\bin\psql -h vero -p 5432 postgres
Welcome to psql 8.3.3, the PostgreSQL interactive terminal.
...

Which is promising, but I'm really looking to go to GSSAPI since
native krb5 is deprecated.

I made sure that a copy of gssapi32.dll is in the same directory as
psql, and it's still giving me the same errors. Any ideas what is
going on or what I can do to fix it?

Gritty details:
PostgreSQL 8.3.3
Windows XP SP2 (32-bit)
Kerberos for Windows 3.2.2
Server is running on Red Hat Enterprise Linux 5.2, Kerberos 1.6.2

Thanks much,
Peter

pgsql-admin by date:

Previous
From: Ben Kim
Date:
Subject: Re: [GENERAL] FW: How to upload data to postgres
Next
From: Stephen Frost
Date:
Subject: Re: Postgres 8.3.3, GSSAPI, and Windows XP