Re: psycopg2 and java gssapi questions - Mailing list pgsql-general

From basti
Subject Re: psycopg2 and java gssapi questions
Date
Msg-id 6271f47e-eb4d-fff2-de7a-cee8fb06b819@unix-solution.de
Whole thread Raw
In response to psycopg2 and java gssapi questions  (Mike Feld <m1f7@aol.com>)
List pgsql-general
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 authenticate with
> Postgres when a human has logged in to either Windows or Linux and
> generated a ticket, but is it possible for say a Django site or Java
> application running on some server somewhere to authenticate with
> Postgres using gssapi? I realize that psycopg2 has a connection
> parameter for “krbsrvname”, but how does it generate a ticket? Is this
> the only alternative to secure authentication since Postgres does not
> support secure ldap (ldaps)?


pgsql-general by date:

Previous
From: Mike Feld
Date:
Subject: psycopg2 and java gssapi questions
Next
From: Mike Feld
Date:
Subject: Re: psycopg2 and java gssapi questions