View Single Post

   
  #7 (permalink)  
Old 05-07-2008, 10:17 AM
Guy Deleeuw
 
Posts: n/a
Default Re: PQconnectdb question and md5 password

Hello Tom


> No, you need to put the plain text of the password into the connInfo.
> Knowing the md5 doesn't prove you know the password.
>
> regards, tom lane
>

I just try to cancel the easy way to "string" the binary and extract the
password from my app.
A solution are to put the md5 string and not the clear password.
but if it's not possible, a follow another way.

Thanks for your respons.

Regards
Guy

--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

Reply With Quote