Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: GSSAPI or Kerberos authentication problems


  • From: Kris Jurka <books(at)ejurka(dot)com>
  • To: Mike Warnecke <mike(at)audiowarehouse(dot)ca>, Phil Dodderidge <jspoon02(at)yahoo(dot)com>
  • To: pgsql-hackers(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
  • Subject: Re: GSSAPI or Kerberos authentication problems
  • Date: Thu, 29 Sep 2005 16:19:02 -0700
  • Message-id: <433C7666(dot)5020608(at)ejurka(dot)com>

Mike Warnecke wrote:

Does the postgresql-jdbc driver support Kerberos/GSSAPI authentication?
If not, what is required to get it done?



Doing a little further reading and testing shows that the server would need to be extended to provide GSSAPI support even though the underlying authentication would be done using Kerberos. Java has Kerberos support, but not the ability to "speak" it directly, only through the GSSAPI interface.

Phil Dodderidge claimed to have this up and working quite some time ago, perhaps he can share some more info...

http://archives.postgresql.org/pgsql-hackers/2002-04/msg01461.php

Although I'm not sure people want GSSAPI support in the backend given the comments on adding SASL support here:

http://archives.postgresql.org/pgsql-hackers/2002-05/msg00760.php

Kris Jurka



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group