On Thu, Mar 04, 1999, Alfredo Raul Pena wrote:

>     I'am working on mod_perl AuthHandler to map between users client
> certificates and user ids in behalf of CGI programs written with basic
> authentication in mind.
>     I managed to get something working thanks to Clayton Donley's
> AuthLDAP module and FakeBasicAuthentication, but need more info from the
> certificate to do a good job, rather than just the subjectDN.
>     Do anybody know how to access that information from mod_perl? Or the
> only way would be to write EAPI extensions to mod_perl?

Since mod_ssl 2.1 you can get _all_ ingredients of a certificate via
environment variables SSL_XXXX. What ingredients are you missing?

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to