Re: Log of CREATE USER statement - Mailing list pgsql-hackers

From Andreas Pflug
Subject Re: Log of CREATE USER statement
Date
Msg-id 43A57308.40208@pse-consulting.de
Whole thread Raw
In response to Re: Log of CREATE USER statement  (Peter Eisentraut <peter_e@gmx.net>)
List 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


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Automatic function replanning
Next
From: Peter Eisentraut
Date:
Subject: Re: [pgadmin-hackers] Client-side password encryption