Is "require group" functional in Apache/SSL?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is "require group" functional in Apache/SSL?



Hi,

I am using Apache 1.2.6 + SSL 0.8.1 + Apache/SSL 1.16 on a Solaris 2.5.1 box,
and I would like to use the "require group" directive for the fake basic auth in
apache_ssl. Currently, I have the following:

1. /usr/local/apache/clientcerts file with the pseudo username and 
   password of the form:
/C=US/ST=Maryland/O=ISR/OU=Computing/CN=joe/Email=joe@umd.edu:xxj31ZMTZzkVA

2. /usr/local/apache/clientgroups file with the entry
   joe: /C=US/ST=Maryland/O=ISR/OU=Computing/CN=joe/Email=joe@umd.edu

3. a .htaccess file with

AuthType Basic
AuthName Testing Client Auth
AuthUserFile /usr/local/apache/clientcerts
AuthGroupFile /usr/local/apache/clientgroups
<Limit GET>
require group joe
</Limit>

Currently, I could not get it to work. Is "require group" at all functional
with the current version of Apache/SSL? If so, what am I doing wrong?

Leon Poon