Re: Restarting with pg_ctl, users, and passwords. - Mailing list pgsql-novice

From Tom Lane
Subject Re: Restarting with pg_ctl, users, and passwords.
Date
Msg-id 27469.1219237548@sss.pgh.pa.us
Whole thread Raw
In response to Restarting with pg_ctl, users, and passwords.  ("Matthew Pettis" <matthew.pettis@gmail.com>)
List pgsql-novice
"Matthew Pettis" <matthew.pettis@gmail.com> writes:
> I've created a database and can log into it and do stuff with the
> tables using psql.  However, I have a CGI app that wants to call the
> database (all on the same machine), but gets a 'FATAL: Ident
> authentication failed for user "postgres"' error.  now, while logged
> onto my Linux user account 'postgres', I can psql into my database
> without having to provide a password.

If you want to switch to using password authentication, you'll need to
modify your postmaster's pg_hba.conf configuration file, which is
evidently currently set up for ident authentication.  Read the "Client
Authentication" chapter of the manual ...

            regards, tom lane

pgsql-novice by date:

Previous
From: johnf
Date:
Subject: Re: Restarting with pg_ctl, users, and passwords.
Next
From: Barbara Figueirido
Date:
Subject: Re: How do I determine my data dir for a created database for pg_ctl?