Re: Storing the password in .pgpass file in an encrypted format

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Storing the password in .pgpass file in an encrypted format
Дата
Msg-id 20140221153735.GE28858@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Storing the password in .pgpass file in an encrypted format  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 2014-02-21 12:04:47 -0300, Alvaro Herrera wrote:
> You could instead try to have an authentication agent that stores an
> encrypted password or certificate and asks the user to supply the key to
> decrypt it when trying to establish a connection; but that would force
> you to require user intervention, which in many cases you don't want.

Alternatively use something like kerberos.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Storing the password in .pgpass file in an encrypted format
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Uninterruptable regexp_replace in 9.3.1 ?