On Sunday 26 March 2006 17:13, Dennis Sinelnikov wrote:
> Here is the code in my httpd-ssl.conf that works:
> <Location /svn>
>   DAV svn
>   SVNPath /home/svnroot
>   SSLUserName SSL_CLIENT_S_DN_CN
>   AuthzSVNAccessFile /usr/local/apache2/conf/svnauthorization
> </Location>
>
> However, I need the UID, and SSL_CLIENT_S_DN_UID is not getting set,
> that's why I decided to go the <Perl> route.
> I need to mimick exactly the samething as above but only parse the
> SSL_CLIENT_S_DN to get the UID and set SSLUserName.  

And

  SSLUserName SSL_CLIENT_S_DN_UID

does not work? According to the docs that should work.

Torsten

Attachment: pgpRSsPypbCeo.pgp
Description: PGP signature

Reply via email to