password-less access, without using pg_hba

Поиск
Список
Период
Сортировка
От Reece Hart
Тема password-less access, without using pg_hba
Дата
Msg-id CAKNDN-f91jZ2DB-eigEW0iY-+DLCp2XUNr5=Q0_ryrjZ7VPYOw@mail.gmail.com
обсуждение исходный текст
Ответы Re: password-less access, without using pg_hba  (David Johnston <polobo@yahoo.com>)
Re: password-less access, without using pg_hba  (John R Pierce <pierce@hogranch.com>)
Re: password-less access, without using pg_hba  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-general
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.

Thanks,
Reece

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

Предыдущее
От: Edson Richter
Дата:
Сообщение: Re: Help with connection issue - started today
Следующее
От: David Johnston
Дата:
Сообщение: Re: password-less access, without using pg_hba