Re: problem with password

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: problem with password
Дата
Msg-id 20030304133133.L56946-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на problem with password  ("Sasha" <ntd-linux@land.ru>)
Список pgsql-general
On Thu, 27 Feb 2003, Sasha wrote:

> I create the database by following:
>
> mkdir -p /usr/local/pgsql/data
> chown postgres /usr/local/pgsql/data
> su postgres
>
> initdb -D /usr/local/pgsql/data
> postmaster -D /usr/local/pgsql/data
> createdb appc
> psql appc
>
> Then i create a same user:
>
> create user dima with password 'dima'
> \q
>
> Then:
>
> psql appc -U dima -W
> Password: __Input any password__ - enter to postgresql.
>
> Why i can access to database with any password? What is my error?

What does your pg_hba.conf file (in the data directory) say?



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

Предыдущее
От: Dennis Gearon
Дата:
Сообщение: Re: Demande d'information
Следующее
От: Carlos Moreno
Дата:
Сообщение: Re: