Re: Installation on CentOS 5.6 with PostgreSQL

Posted by Mike Z on
URL: http://ofbiz.116.s1.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4073596.html

Try changing 'ident' to 'password'.

On Tue, Nov 15, 2011 at 8:56 AM, champagroup
<[hidden email]> wrote:

> I did perform GRANT ALL for user ofbiz on the three db's I created, as for
> the pg_hba.conf file, this is what's in it
>
> # TYPE  DATABASE        USER            CIDR-ADDRESS            METHOD
>
> # "local" is for Unix domain socket connections only
> local             all             all
> ident
> # IPv4 local connections:
> host             all             all                127.0.0.1/32
> ident
> # IPv6 local connections:
> host             all             all                ::1/128
> ident
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4073256.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>