Re: PostgreSQL cleartext passwords - Mailing list pgsql-general

From Jim Mercer
Subject Re: PostgreSQL cleartext passwords
Date
Msg-id 20000518152259.G6047@reptiles.org
Whole thread Raw
In response to PostgreSQL cleartext passwords  ("David Duddleston" <david@i2a.com>)
Responses Re: PostgreSQL cleartext passwords  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, May 18, 2000 at 11:17:10AM -0700, David Duddleston wrote:
> I'm currently evaluating PostreSQL, but this posting regarding passwords
> being stored in cleartext has me a bit concerned. I tried to find more
> information regarding this issue, but with no luck. Could you please share
> you thoughts on this.

by default, the passwords are stored in clear text.

however, if you are configuring passwords, then likely you are going to need
to change settings in pg_hba.conf.

in there you can specify "crypt", and the system will expect that the passwds
in pg_shadow are encrypted.

--
[ Jim Mercer                 jim@reptiles.org              +1 416 410-5633 ]
[          Reptilian Research -- Longer Life through Colder Blood          ]
[  Don't be fooled by cheap Finnish imitations; BSD is the One True Code.  ]

pgsql-general by date:

Previous
From: Travis Bauer
Date:
Subject: Re: PostgreSQL cleartext passwords
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL cleartext passwords