Re: Client-side password encryption

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Client-side password encryption
Date: 2006-01-05 18:07:07
Message-ID: 200601051907.07957.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Am Donnerstag, 5. Januar 2006 12:40 schrieb Andreas Pflug:
> Ok, we'll use it ASAP. But how to detect if it's available or not? Some
> #define PQENCRYPT_AVAILABLE 1 would be helpful.

Just use

AC_CHECK_FUNCS(PQencryptPassword)

and you will get a definition like that.

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2006-01-05 18:15:55 Re: Client-side password encryption
Previous Message Andreas Pflug 2006-01-05 13:09:04 Re: Client-side password encryption