From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | "Victor B(dot) Wagner" <vitus(at)cryptocom(dot)ru> |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: Contrib module to examine client certificate |
Date: | 2006-08-22 00:52:47 |
Message-ID: | 200608220052.k7M0qlZ10685@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-patches |
This seems like a nice /contrib module.
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.
---------------------------------------------------------------------------
Victor B. Wagner wrote:
> Following patch provides new contrib module pgsslinfo, which contains
> several server-side functions, which allow to examine information about
> SSL client certificate, used to connect to the server.
>
> This information can be used for example, for logging user access.
>
> Textual information from certificate distninguished name is converted
> into current database charset, which allow non-latin characters in the
> names to be readable.
>
> Module was developed using latest stable version of OpenSSL (0.9.8b).
> Probably, it should work with previous stable version of OpenSSL
> (0.9.7something) which is still widely used, or even with outdated
> version 0.9.6, but I haven't tested it.
>
> Module requires access to PostgreSQL variable MyProcPort, which is not
> declared DLLIMPORT in the appropriate header file (miscadmin.h).
> So, this patch includes one-line patch to this header file, to allow
> module compile and work under win32.
>
>
[ Attachment, skipping... ]
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Glaesemann | 2006-08-22 00:57:20 | Re: ISBN/ISSN/ISMN/EAN13 module |
Previous Message | Bruce Momjian | 2006-08-22 00:52:04 | Open 8.2 items |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-08-22 00:57:58 | Re: pgstattuple extension for indexes |
Previous Message | Bruce Momjian | 2006-08-22 00:48:06 | Re: Use of backslash in tsearch2 |