Re: psycopg2 and java gssapi questions

2017-12-27 Thread Mike Feld
and java gssapi questions 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 astandalone application using gssapi? In other words, I am able to authenticatewith Postgres when a human has

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 human has logged

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 >> Postgres when a human has logged in to e

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, > but is it possib

Re: psycopg2 and java gssapi questions

2017-12-20 Thread Achilleas Mantzios
On 20/12/2017 21:42, Mike Feld wrote: Is this the only alternative to secure authentication since Postgres does not support secure ldap (ldaps)? Have you checked out : |ldaptls||| parameter ? https://www.postgresql.org/docs/10/static/auth-methods.html#AUTH-LDAP -- Achilleas Mantzios IT DEV L

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 ar

Re: psycopg2 and java gssapi questions

2017-12-20 Thread basti
Hello, have a look at https://www.postgresql.org/docs/current/static/auth-methods.html There are details about LDAP and GSSAPI. On 20.12.2017 20:42, Mike Feld wrote: > Is it possible to authenticate with Postgres from a standalone > application using gssapi? In other words, I am able to authenti

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 some