Re: problem with password - Mailing list pgsql-general

From Stephan Szabo
Subject Re: problem with password
Date
Msg-id 20030304133133.L56946-100000@megazone23.bigpanda.com
Whole thread Raw
In response to problem with password  ("Sasha" <ntd-linux@land.ru>)
List 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 by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: Demande d'information
Next
From: Carlos Moreno
Date:
Subject: Re: