Re: You're on SecurityFocus.com for the cleartext passwords.

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Vince Vielhaber <vev(at)michvhf(dot)com>, The Hermit Hacker <scrappy(at)hub(dot)org>, "Sverre H(dot) Huseby" <sverrehu(at)online(dot)no>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: You're on SecurityFocus.com for the cleartext passwords.
Date: 2000-05-07 21:34:58
Message-ID: Pine.LNX.4.21.0005070324280.502-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Tom Lane writes:

> How will dump/restore and upgrades cope with crypted passwords?

We could distribute a sed or awk script that you have to run on the dumped
file to convert the copy to create user commands. Shouldn't be hard to
write, it's just a question of whether people want to put up with it. It
seems cleaner than any of the "magic hooks" that have been proposed.

Actually, I have some ideas in the pipe that would indeed change the
layout of pg_shadow slightly, so this might have to happen anyway.

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-05-07 21:53:12 Re: You're on SecurityFocus.com for the cleartext passwords.
Previous Message Tom Lane 2000-05-07 21:28:39 Re: You're on SecurityFocus.com for the cleartext passwords.

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-05-07 21:38:54 Re: minor psql errors in RC5
Previous Message Peter Eisentraut 2000-05-07 21:34:26 Re: CREATE DATABASE WITH OWNER '??';