>
>The following should work:
>
><Directory /foobar>
>SSLRequire %{SSL_LDAP_CERT_STATUS} =~ m|whatever|
></Directory>
>
>When it doesn't either SSL_LDAP_CERT_STATUS doesn't exists or is empty
(what I
>guess) or something is broken (what I don't think).
>
I tried:
<Directory /secure_area>
SSLRequire %{SSL_LDAP_CERT_STATUS} eq "good"
</Directory>

but it doesn't work, the access to secure_area is allowed in every case.
The var SSL_LDAP_CERT_STATUS is created and contains "good" string, I
checked that with a cgi-bin.

I tried also:
<Location /secure_area>
SSLRequire %{SSL_LDAP_CERT_STATUS} eq "good"
</Location>

and it works, but the access to secure_area is denied in every case, for
every value of SSL_LDAP_CERT_STATUS.

Any suggestion ?

Thanks everyone
Giacob


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

Reply via email to