Hi,

On 18 Aug 2003, Aaron wrote:

> [EMAIL PROTECTED] 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
[EMAIL PROTECTED]                               [EMAIL PROTECTED] 
                        http://www.tdmsoft.com
                        http://www.gunduz.org




---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to