Re: newbie and no idea - Mailing list pgsql-general

From Devrim GUNDUZ
Subject Re: newbie and no idea
Date
Msg-id Pine.LNX.4.44.0308182123070.25121-100000@emo.org.tr
Whole thread Raw
In response to newbie and no idea  (Aaron <aamehl@bezeqint.net>)
List pgsql-general
Hi,

On 18 Aug 2003, Aaron wrote:

> [root@bzq-218-14-208 aamehl]# createdb -U postgres nigun_test
> psql: FATAL:  IDENT authentication failed for user "postgres"

Quick and easy solution for you:

edit ~postgres/data/pg_hba.conf and replace all "ident" string to "trust".

Then, restart PostgreSQL server. The server will not prompt you any
password.

If you want to learn more about authentication methods, then download the
administrator manual from http://www.PostgreSQL.org/docs/#pdfs and follow
the "Authentication Methods" section.

Regards,
--
Devrim GUNDUZ
devrim@gunduz.org                devrim.gunduz@linux.org.tr
            http://www.tdmsoft.com
            http://www.gunduz.org




pgsql-general by date:

Previous
From:
Date:
Subject: Re: Simulating sequences
Next
From: Pavel Stehule
Date:
Subject: Re: newbie and no idea