[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] allowing users access to website based on RAQ user?



Hi,

I want to require users to have to type in their RAQ username and password
to gain access to a certain directory of their site (/controlpanel/). I
created the following .htaccess file which seemed to work:

# Access file for /usr/admserv/cgi-bin/.cobalt/siteUserList/ (site-admin  )
order allow,deny
allow from all
require group home site-adm admin
Authname CobaltRaQ
Authtype Basic

This brings up the user/pass dialog and requires them to have a RAQ
user/pass.

There is a problem however, and that is that ANY RAQ user/pass will work,
evan if it is from another site. How do I limit it so that only users will a
correct user **FOR THE CURRENT SITE** are allowed in, just like the
/siteadmin/ directory?

Thanks,
kh