Florian Weimer <[EMAIL PROTECTED]> writes:
> Hmm, this is a bit lame, but it might do the job, yes. I had
> incorrectly assumed that a separate file listing the DN -> user name
> mapping was required, but this doesn't seem to be the case.
The following documentation is helpful:
http://modperl.c
Matthew Byng-Maddick <[EMAIL PROTECTED]> writes:
>> Is there are straightforward way to integrate certificate-based
>> authentication and mod_perl, i.e. access information on the client
>> certificate from mod_perl? A moderate performance hit is acceptable
>> because it's for our internal sites o
On Sat, Nov 09, 2002 at 02:52:54PM +0100, Florian Weimer wrote:
> We are moving to client certificates for authentication on our
> internal web sites. So far, we use a rather crude scheme
> (all-or-nothing), but we would like to differentiate between clients
> in the future.
>
> Is there are stra