Re: patch: Client certificate requirements

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch: Client certificate requirements
Date: 2008-10-23 15:51:03
Message-ID: 49009D67.4040202@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Magnus Hagander wrote:
> This patch adds a configuration option to pg_hba.conf for "clientcert".
> This makes it possible to have different client certificate requirements
> on different connections. It also makes sure that if you specify that
> you want client cert verification and the root store isn't there, we
> give an error instead of silently allowing the user in (like we do now).
>
> This still does not implement actual client certificate validation -
> that's for a later step. It just cleans up the handling we have now.

Uh, with docs.

//Magnus

Attachment Content-Type Size
client_cert_conf.patch text/x-diff 10.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2008-10-23 16:02:46 Re: double-buffering page writes
Previous Message Alvaro Herrera 2008-10-23 15:37:14 Re: Any reason to have heap_(de)formtuple?