Re: psycopg2 and java gssapi questions

2017-12-27 Thread Mike Feld
gt;; pgsql-general <pgsql-general@lists.postgresql.org> Sent: Thu, Dec 21, 2017 6:09 am Subject: Re: psycopg2 and java gssapi questions On 21 December 2017 at 05:27, Magnus Hagander <mag...@hagander.net> wrote: On Wed, Dec 20, 2017 at 8:42 PM, Mike Feld <m...@aol.com> wr

Re: psycopg2 and java gssapi questions

2017-12-21 Thread Stephen Frost
Magnus, Mike, * Magnus Hagander (mag...@hagander.net) wrote: > On Wed, Dec 20, 2017 at 8:42 PM, Mike Feld wrote: > > > Is it possible to authenticate with Postgres from a standalone application > > using gssapi? In other words, I am able to authenticate with Postgres when > > a

Re: psycopg2 and java gssapi questions

2017-12-21 Thread Dave Cramer
On 21 December 2017 at 05:27, Magnus Hagander wrote: > > > On Wed, Dec 20, 2017 at 8:42 PM, Mike Feld wrote: > >> Is it possible to authenticate with Postgres from a standalone >> application using gssapi? In other words, I am able to authenticate with >>

Re: psycopg2 and java gssapi questions

2017-12-21 Thread Magnus Hagander
On Wed, Dec 20, 2017 at 8:42 PM, Mike Feld wrote: > Is it possible to authenticate with Postgres from a standalone application > using gssapi? In other words, I am able to authenticate with Postgres when > a human has logged in to either Windows or Linux and generated a ticket, >

Re: psycopg2 and java gssapi questions

2017-12-20 Thread Mike Feld
This shows you how to setup GSSAPI authentication server side, which I have already done and have working. My question is from client side, without a human logged in to generate the ticket. >>Hello, >>have a look at >>https://www.postgresql.org/docs/current/static/auth-methods.html >>There

psycopg2 and java gssapi questions

2017-12-20 Thread Mike Feld
Is it possible to authenticate with Postgres from astandalone application using gssapi? In other words, I am able to authenticatewith Postgres when a human has logged in to either Windows or Linux andgenerated a ticket, but is it possible for say a Django site or Javaapplication running on