Re: Installation on CentOS 5.6 with PostgreSQL
Posted by
Colin Rooney-2 on
Nov 14, 2011; 4:20pm
URL: http://ofbiz.116.s1.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4039966.html
Did you make an entry in the pg_hba.conf file to allow ofbiz to access the DB?
For **testing** I normally put a
host all all 127.0.0.1/32 trust
line to ensure I have full access.
Colin
On 14 November 2011 15:49, champagroup
<
[hidden email]> wrote:
> Sorry for the long break between responses.
>
> Postgresql and ofbiz are on the same machine. I ran
>
> /psql -h localhost -U ofbiz ofbiz /
>
> But, I still get psql: FATAL: Ident authentication failed for user "ofbiz".
> I know there is a user ofbiz that I created. One thing that I noticed is
> that this command doesn't include the password for user ofbiz. Would that be
> necessary since I created the user with one?
>
> --
> View this message in context:
http://ofbiz.135035.n4.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4039872.html> Sent from the OFBiz - User mailing list archive at Nabble.com.
>