Re: psycopg2 and java gssapi questions

2017-12-27 Thread Mike Feld
What about when the ticket expires? Are there any libraries that manage this for the application? Is this common practice by anyone? Mike -Original Message- From: Dave Cramer To: Magnus Hagander Cc: Mike Feld ; pgsql-general Sent: Thu, Dec 21, 2017 6:09 am Subject: Re: psycopg2

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

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