PG_PWD and PG_PASSWORD Security

From: "Anthony Metzidis" <metzidis(at)mednet(dot)ucla(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: PG_PWD and PG_PASSWORD Security
Date: 2001-03-01 18:28:14
Message-ID: 97m43u$2ec0$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

When I 'CREATE USER testuser WITH PASSWORD 'mypassword';

I see an entry in PG_PWD with the password 'mypassword' in plaintext.

In my pg_hba.conf I have all hosts using 'password' authentication with no

file argument. Is there any way to keep postgres from saving the passwords

in plain text? This seems to be a huge security hole. I thought that passwords were to be saved in PG_SHADOW. What is

PG_SHADOW for anyway?

If you have an answer, can you please cc: my email?

Thanks.

--tony

postgresql 7.0.3

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Holmes 2001-03-01 18:30:18 Users in pg_shadow
Previous Message Peter Eisentraut 2001-03-01 18:12:16 Re: Postgres eats up memory when using cursors