Hi,
I want to use use mod_auth_cas to give a handfull of users access to a sensitive site.
Only 4-5 users will have access.
Is there anyway I can use someting like:
<Location /secured>
Authtype CAS
Require cas-attribute "username":user1,user2,user3 ?
</Location>
And what is the attribute name CAS releases for "username"?
/Anders