[HACKERS] Client certificate authentication

2008-11-13 Thread Magnus Hagander
Attached patch implements client certificate authentication. I kept this sitting in my tree without sending it in before the commitfest because it is entirely dependent on the not-yet-reviewed-and-applied patch for how to configure client certificate requesting. But now that I learned how to do it

Re: [HACKERS] Client certificate authentication

2008-11-15 Thread Alex Hunsaker
On Thu, Nov 13, 2008 at 05:31, Magnus Hagander <[EMAIL PROTECTED]> wrote: > Attached patch implements client certificate authentication. > > I kept this sitting in my tree without sending it in before the > commitfest because it is entirely dependent on the > not-yet-reviewed-and-applied patch for

Re: [HACKERS] Client certificate authentication

2008-11-17 Thread Magnus Hagander
On 16 nov 2008, at 01.00, "Alex Hunsaker" <[EMAIL PROTECTED]> wrote: On Thu, Nov 13, 2008 at 05:31, Magnus Hagander <[EMAIL PROTECTED]> wrote: Attached patch implements client certificate authentication. I kept this sitting in my tree without sending it in before the commitfest because it is

Re: [HACKERS] Client certificate authentication

2008-11-17 Thread Alvaro Herrera
Magnus Hagander escribió: > On 16 nov 2008, at 01.00, "Alex Hunsaker" <[EMAIL PROTECTED]> wrote: >> My only concern is there is no way to specify the USER_CERT_FILE for >> libpq. So if for example I have two users that I want to use cert >> authentication for I really have to have to users on the

Re: [HACKERS] Client certificate authentication

2008-11-17 Thread Magnus Hagander
Alvaro Herrera wrote: > Magnus Hagander escribió: >> On 16 nov 2008, at 01.00, "Alex Hunsaker" <[EMAIL PROTECTED]> wrote: > >>> My only concern is there is no way to specify the USER_CERT_FILE for >>> libpq. So if for example I have two users that I want to use cert >>> authentication for I reall

Re: [HACKERS] Client certificate authentication

2008-11-19 Thread Alex Hunsaker
On Mon, Nov 17, 2008 at 01:01, Magnus Hagander <[EMAIL PROTECTED]> wrote: > On 16 nov 2008, at 01.00, "Alex Hunsaker" <[EMAIL PROTECTED]> wrote: >> Would cncert be a better auth_method name? As later we might have >> different types of ssl client cert authentication?? > > If/when I'd rather still c

Re: [HACKERS] Client certificate authentication

2008-11-19 Thread Alex Hunsaker
On Mon, Nov 17, 2008 at 05:31, Alvaro Herrera <[EMAIL PROTECTED]> wrote: > Magnus Hagander escribió: >> On 16 nov 2008, at 01.00, "Alex Hunsaker" <[EMAIL PROTECTED]> wrote: > >>> My only concern is there is no way to specify the USER_CERT_FILE for >>> libpq. So if for example I have two users that

Re: [HACKERS] Client certificate authentication

2008-11-19 Thread Magnus Hagander
Alex Hunsaker wrote: > On Mon, Nov 17, 2008 at 05:31, Alvaro Herrera > <[EMAIL PROTECTED]> wrote: >> Magnus Hagander escribió: >>> On 16 nov 2008, at 01.00, "Alex Hunsaker" <[EMAIL PROTECTED]> wrote: My only concern is there is no way to specify the USER_CERT_FILE for libpq. So if for ex