Re: Using mod_ssl and client certificates

2002-11-16 Thread Florian Weimer
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

Re: Using mod_ssl and client certificates

2002-11-09 Thread Florian Weimer
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

Re: Using mod_ssl and client certificates

2002-11-09 Thread Matthew Byng-Maddick
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