First page Back Continue Last page Overview Graphics
Apache
mod_ucam_webauth (for Apache 1.3 and 2)
LoadModule ucam_webauth_module \
modules/mod_ucam_webauth.so
AACookieKey afef845ce49666ab04b36976a
<Directory "/cam-only">
Order allow,deny
Allow from .cam.ac.uk
AuthType WebAuth
Require valid-user
Satisfy any
AADescription 'Cam-only area'
</DirectoryMatch>
Notes:
The Apache API muddles authentication and authorization – mod_ucam_webauth currently cheats a bit so it can be used along with the authorisation part of mod_auth, mod_auth_db, mod_auth_dbm.
Should (but might not) work with the Authz part of other modules