If I understand the Java world well enough that would be the basis for a "type 1" JDBC driver. PG already has a "type 4" (fully native) driver. I think that would be considered a valid, but undesirable solution.
Thanks for the comment. On Oct 7, 2006, at 9:05 AM, [EMAIL PROTECTED] wrote: > Date: Fri, 6 Oct 2006 02:14:04 +0200 > From: "Markus Schaaf" <[EMAIL PROTECTED]> > Subject: Re: Kerberized DBMS's Available > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > > "Henry B. Hotz" <[EMAIL PROTECTED]> wrote: > >> I'm looking for a DBMS that supports Kerberos for user >> authentication = > >> and has a JDBC client. It appears that I may have to write the =20 >> support myself, unless someone can add something I haven't been >> able =20 >> to find out. > >> PostgreSQL -- supports Kerberos directly with the MIT API. No >> SASL/=20 >> GSSAPI support so Kerberos support doesn't work with the JDBC >> client, = > >> or on Windows (unless you build against KfW presumably). > > Kerberos authentication from a XP client (using cached AD credentials) > to a Postgresql server running on NetBSD is working fine here. I use > ODBC and psql only, so I can't comment on JDBC. ------------------------------------------------------------------------ ---- The opinions expressed in this message are mine, not those of Caltech, JPL, NASA, or the US Government. [EMAIL PROTECTED], or [EMAIL PROTECTED] ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
