Hi,
  I'm trying to reject users who have certifcates but have abused their
privalegue.  From within my virtualhost I have:

  <Directory /home/www/virtual/secure/secure>
    # Reject Banned Users
    SSLRequire (!( %{SSL_CLIENT_S_DN_Email} in { 
file("/home/www/virtual/secure/secure/ssl/BannedUsers") } ))
  </Directory>

This file is just a list of email addresses.  This has no effect even if I
remove the '!'.  I have switched trace (or debug) logging on but I don't
see anything related to SSLRequire.

Any ideas?

Thanks in advance,

Owen.

o------------------------------------------------------------------o
| Owen Williams        |              Systems Manager              |   
| [EMAIL PROTECTED]   |             Software Engineer             |
| Work: (0116) 2506349 |                                           |
| Home: (0116) 2259109 |            I do web consultancy           |
|------------------------------------------------------------------|
| World Wide Web Home Page : http://www.cse.dmu.ac.uk/~williams    |
| Short CV                 : http://www.cse.dmu.ac.uk/~williams/CV |
o------------------------------------------------------------------o

______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to