Postgres 8.3.3, GSSAPI, and Windows XP

Поиск
Список
Период
Сортировка
От Peter Koczan
Тема Postgres 8.3.3, GSSAPI, and Windows XP
Дата
Msg-id 4544e0330809101549k2ad82bd1td15a67838d37200@mail.gmail.com
обсуждение исходный текст
Ответы Re: Postgres 8.3.3, GSSAPI, and Windows XP  (Stephen Frost <sfrost@snowman.net>)
Список 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 по дате отправления:

Предыдущее
От: Ben Kim
Дата:
Сообщение: Re: [GENERAL] FW: How to upload data to postgres
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Postgres 8.3.3, GSSAPI, and Windows XP