Problems with SSLRequire
am 14.07.2003 12:19:11 von mario eugsterHi
I have some troubles to configure my SSLRequire directive. There are no
problems if I use only one row of requirements, but if I use more and
connect they with and/or, Apache announce a syntax error. Here is my script:
SSLRequire (%{SSL_CLIENT_S_DN_CN} eq "zzz yyy" \
and %{SSL_CLIENT_S_DN_OU} eq "xxxx" \
and %{SSL_CLIENT_S_DN_O} eq "eeeee ggg")
or ( %{SSL_CLIENT_S_DN_CN} eq "zzz yyy" \
and %{SSL_CLIENT_S_DN_OU} eq "pppp"
and %{SSL_CLIENT_S_DN_O} eq "qqqqq" )
Thanks for your help
eudgster
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org