| From: | John DeSoi <jd(at)icx(dot)net> |
|---|---|
| To: | pgsql List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: psql and md5 |
| Date: | 2004-08-03 05:33:35 |
| Message-ID: | AA05A812-E50E-11D8-9677-000A95B03262@icx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Aug 2, 2004, at 1:21 PM, Simon Windsor wrote:
> You can always generate the md5 password using perl/php and store the
> password
> in database. I believe the next version of pgsql will have an internal
> md5
> function.
psql is a client application. It supports md5 as an authentication
method to the server, but the password provided to psql must be plain
text as far as I can tell. My goal here is to store some psql
connection information in something like the pgpass file, but I don't
want to leave passwords without some kind of protection.
Best,
John DeSoi, Ph.D.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jim C. Nasby | 2004-08-03 06:12:29 | Casting timestamp with time zone to varchar automatically |
| Previous Message | Joshua D. Drake | 2004-08-03 04:38:32 | Re: CREATE SEQUENCE |