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
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
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
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
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
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
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
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