Does psycopg2 support Kerberos for Postgres?

From: Yang Gao <Yang(dot)Gao(at)twosigma(dot)com>
To: "'psycopg(at)postgresql(dot)org'" <psycopg(at)postgresql(dot)org>
Subject: Does psycopg2 support Kerberos for Postgres?
Date: 2016-12-02 18:46:11
Message-ID: 4af90291f4574289b13ac4ecc7ed0ec1@exmbdft5.ad.twosigma.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Dear Psycopg Dev,

Not sure if this is the right channel but thought to give it a try anyway.

This is Yang Gao from Two Sigma. We are trying to use your driver along with SqlAlchemy to access a Postgres DB with Kerberos support and failed to make it work. We have done quite some googling but found almost not relevant info. The driver does not seem to recognize the "krbsrvname" or "gsslib" param suggested by Postgres doc.

We were wondering if Kerberos is supported at all by the driver? And if yes, is there any documentation or example?

Thank you very much.

Yang

Responses

Browse psycopg by date

  From Date Subject
Next Message Adrian Klaver 2016-12-03 22:48:45 Re: Does psycopg2 support Kerberos for Postgres?
Previous Message Jim Nasby 2016-11-19 00:29:58 Re: Map connection().status() to name?