Re: Log of CREATE USER statement

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To:
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Log of CREATE USER statement
Date: 2005-12-18 14:32:40
Message-ID: 43A57308.40208@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut wrote:
>>
>>Letting createuser.c hash the password would be the biggest win.
>
>
> Both of these things are now done, and I have sent notices to pgadmin
> and phppgadmin asking for equivalent adjustments.

Um, didn't receive a notice.
I'm a little uncomfortable using an arbitrary md5 algorithm to encrypt
the password before sending it to the backend. How about supplying an
official pg encryption routine through libpq?

Regards,
Andreas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Dave Page 2005-12-18 15:53:53 Re: Client-side password encryption
Previous Message Bruce Momjian 2005-12-18 13:05:27 Re: Automatic function replanning