Re: pg_hba.conf and password/crypt authorization

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pg_hba.conf and password/crypt authorization
Дата
Msg-id Pine.GSO.4.02A.10005311309250.698-100000@Gepard.DoCS.UU.SE
обсуждение исходный текст
Ответ на pg_hba.conf and password/crypt authorization  (Dana Eckart <dana@runet.edu>)
Список pgsql-general
On Tue, 30 May 2000, Dana Eckart wrote:

> Things work fine with the authorization type in pg_hba.conf set to "trust".
> However, when I try to use either "crypt" or "password" psql fails to
> authenticate either the postgresql super-user (mylocal in my case) or any
> other non-privelegded user.

In a fresh installation the database users don't have passwords yet, so
you must give them some first. (ALTER USER xxx WITH PASSWORD 'yyy').


--
Peter Eisentraut                  Sernanders väg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden


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

Предыдущее
От: Radu Coroi
Дата:
Сообщение: ...
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: PostgreSQL capabilities