Re: PQconnectdb question and md5 password

From: Guy Deleeuw <G(dot)De_Leeuw(at)eurofer(dot)be>
To: Marcelo Martins <pglists(at)zeroaccess(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: PQconnectdb question and md5 password
Date: 2008-05-06 18:30:20
Message-ID: 4820A3BC.9030604@eurofer.be
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Gus ? :-)

No I need to put the md5 string into the connInfo, just that.
the other parts work fine

Guy
Marcelo Martins a écrit :
> Hi Gus,
>
> You should be able to, I'm not a C guru but on perl I can without any
> issues.
> Did you setup a password for the postgres user account in postgreSQL
> itself ?
> I found strange that you were trying out the password from /etc/shadow
> file though.
>
> > ALTER USER postgres WITH ENCRYPTED PASSWORD 'secret';
>
> What error the postgres log gives you ?
>
>
> On May 6, 2008, at 12:58 PM, Guy Deleeuw wrote:

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2008-05-06 19:25:27 Re: PQconnectdb question and md5 password
Previous Message Marcelo Martins 2008-05-06 18:11:25 Re: PQconnectdb question and md5 password