Re: Psycopg2 GSSAPI

Поиск
Список
Период
Сортировка
От P. Christeas
Тема Re: Psycopg2 GSSAPI
Дата
Msg-id 33175512.RTArDrv8Uq@xorhgos3.pefnos
обсуждение исходный текст
Ответ на Psycopg2 GSSAPI  (John Morrison <jgmorrison84@gmail.com>)
Список 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.



В списке psycopg по дате отправления:

Предыдущее
От: John Morrison
Дата:
Сообщение: Psycopg2 GSSAPI
Следующее
От: "Robert Lerche (rlerche)"
Дата:
Сообщение: Using psycopg2 / gevent / psycogreen: handling aborts