I am trying to use the File function in an SSLRequire Function.
The following example works:
SSLRequire ( %{SSL_CLIENT_S_DN_CN} in { "apv" } )
I now try to move the list of valid DN to a file
SSLRequire ( %{SSL_CLIENT_S_DN_CN} in
{ file("/usr/dpserver/ValidDNList") } )
where /usr/dpserver/ValidDNList contains
"apv"
Can anyone point out what I am doing wrong?
Thanks in advance,
Arend van der Veen
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]