Re: password-less access, without using pg_hba

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: password-less access, without using pg_hba
Дата
Msg-id 52F44817.30107@hogranch.com
обсуждение исходный текст
Ответ на password-less access, without using pg_hba  (Reece Hart <reece@harts.net>)
Список pgsql-general
On 2/6/2014 6:07 PM, Reece Hart wrote:
> I'd like to provide public access, without a password, to a database
> hosted on Amazon RDS.
>
> I'm familiar with using pg_hba.conf to enable trust (no)
> authentication for a user. pg_hba.conf is not available to DBAs on RDS.
>
> Is there any other way to achieve password-less login in postgresql? I
> tried alter user password NULL.

.pgpass  is supported by any libpq based client.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



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

Предыдущее
От: David Johnston
Дата:
Сообщение: Re: password-less access, without using pg_hba
Следующее
От: "Tsubasa Sakamoto"
Дата:
Сообщение: Re: client encoding that psql command sets