#!/usr/bin/env python
"""
TAAC - TAAC Ain't Access Control CGI Proxy

This script acts as a filter to all requests for files within this
directory.  If a file is associated with a policy in ./policies.n3, it will
send a 401 error requiring FOAF+SSL authentication.

This gateway uses a standard CGI setup.  See proxy.py for a mod_python setup.
"""

def do_access():
    "Perform access control."
