From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Matthew Pettis" <matthew(dot)pettis(at)gmail(dot)com> |
Cc: | pgsql-novice(at)postgresql(dot)org |
Subject: | Re: Restarting with pg_ctl, users, and passwords. |
Date: | 2008-08-20 13:05:48 |
Message-ID: | 27469.1219237548@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice |
"Matthew Pettis" <matthew(dot)pettis(at)gmail(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tino Wildenhain | 2008-08-20 13:10:38 | Re: SELECT query experts, anyone? |
Previous Message | Alvaro Herrera | 2008-08-20 13:03:03 | Re: 8.3.3 win32 crashing |
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2008-08-20 13:18:58 | Re: Fwd: Restarting with pg_ctl, users, and passwords. |
Previous Message | johnf | 2008-08-20 06:45:21 | Re: Restarting with pg_ctl, users, and passwords. |