Alexander Tyshlek wrote:

> Hello mod_ssl users!
>
> I have certificate with Subject DN /C=UA/L=Donetsk/O=First Ukrainian
> International Bank/OU=DHO/CN=Alexander
> [EMAIL PROTECTED]/UID=tyshlek
>
> 1. Can I create ENV variable SSL_CLIENT_S_DN_UID (I don't find it);
> 2. If Yes Can I use following in httpd.conf
> ...
> SSLVerifyClient require
> User %{SSL_CLIENT_S_DN_UID} # I want something like `su user-id'
> ...
>
> Thanks in advance,
>
> Alexander Tyshlek
> First Ukrainian International Bank
> [EMAIL PROTECTED]
>

I don't know if this variable exist or if you can create it (better: from
my documentation It seems that it doesn't exist) but if you know how to
use regular expression (I can't) maybe it's possible to process the
SSL_CLIENT_S_DN environment variable to match your 'su user-id'.....


See mod_ssl 2.4.6 documentation (ssl_reference.html#Toc23).

Good luck



______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to