Re: Psycopg2 GSSAPI

From: "P(dot) Christeas" <xrg(at)linux(dot)gr>
To: psycopg(at)postgresql(dot)org
Cc: John Morrison <jgmorrison84(at)gmail(dot)com>
Subject: Re: Psycopg2 GSSAPI
Date: 2016-03-21 07:31:01
Message-ID: 33175512.RTArDrv8Uq@xorhgos3.pefnos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

On Friday 18 of March 2016, John Morrison wrote:
> I am new to using psycopg2 and have come across an issue I cannot find
> reference to online. Will psycopg2 work with a PostgreSQL database built
> with GSSAPI?

AFAIK this API is down in the C library level.

As far as you could pass the correct Kerberos strings (you can):
http://www.postgresql.org/docs/9.4/static/libpq-connect.html#LIBPQ-CONNSTRING
.. GSSAPI should work transparently, independent from Python implementation.

In response to

Browse psycopg by date

  From Date Subject
Next Message Robert Lerche (rlerche) 2016-03-22 01:08:12 Using psycopg2 / gevent / psycogreen: handling aborts
Previous Message John Morrison 2016-03-18 22:00:30 Psycopg2 GSSAPI