Обсуждение: no password required

Поиск
Список
Период
Сортировка

no password required

От
"Ricardo Sardano Guanciale"
Дата:
Hi for all!

When I restore my database I found following problem:

Any user can connect to my database without type the currect password.

How can I solve this problem?

Thanks in advance and best regards,

Sardano


Re: no password required

От
Stephan Szabo
Дата:
On Sun, 20 Apr 2003, Ricardo Sardano Guanciale wrote:

> Hi for all!
>
> When I restore my database I found following problem:
>
> Any user can connect to my database without type the currect password.
>
> How can I solve this problem?

Best guess is that you've got lines in your pg_hba.conf file that
list the trust authentication mechanism.  You'll want to change those to
something else (depending on what mechanims you want to use).