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